Skip to content

Commit 5300f98

Browse files
committed
Use double quotes for cray compiler
1 parent 54e6f2b commit 5300f98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/2D_ibm_stl_test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
'patch_icpp(1)%alpha(1)' : 1.0,
7979
# ==========================================================================
8080
'patch_ib(1)%geometry' : 5,
81-
'patch_ib(1)%model%filepath' : 'Circle_IBM.stl',
81+
'patch_ib(1)%model%filepath' : "Circle_IBM.stl",
8282
'patch_ib(1)%model%translate(1)' : -0.05,
8383
'patch_ib(1)%model%translate(2)' : -0.05,
8484
'patch_ib(1)%model%spc' : 100,

examples/3D_ibm_stl_test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090

9191
# Patch: Model Immersed Boundary ===========================================
9292
'patch_ib(1)%geometry' : 12,
93-
'patch_ib(1)%model%filepath' : 'Cube_IBM.stl',
93+
'patch_ib(1)%model%filepath' : "Cube_IBM.stl",
9494
'patch_ib(1)%model%translate(1)' : 0,
9595
'patch_ib(1)%model%translate(2)' : -0.05,
9696
'patch_ib(1)%model%translate(3)' : -0.05,

0 commit comments

Comments
 (0)