Skip to content

Commit bbbe036

Browse files
authored
Merge branch 'main' into fix/split-workflow
2 parents f4ee288 + c377d5d commit bbbe036

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

geometry-mechanical-dpf/01_geometry.py

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

4545
# -- Parameters --
4646
#
47-
GRAPHICS_BOOL = False # Set to True to display the mesh
47+
GRAPHICS_BOOL = False # Set to True to display the graphics
4848
OUTPUT_DIR = Path(Path(__file__).parent, "outputs") # Output directory
4949

5050
# -- Start a modeler session --

geometry-mechanical-dpf/02_mechanical.py

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

4444
# -- Parameters --
4545
#
46-
GRAPHICS_BOOL = False # Set to True to display the mesh
46+
GRAPHICS_BOOL = False # Set to True to display the graphics
4747
OUTPUT_DIR = Path(Path(__file__).parent, "outputs") # Output directory
4848

4949

geometry-mechanical-dpf/03_dpf.py

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

2828
# -- Parameters --
2929
#
30-
GRAPHICS_BOOL = False # Set to True to display the mesh
30+
GRAPHICS_BOOL = False # Set to True to display the graphics
3131
OUTPUT_DIR = Path(Path(__file__).parent, "outputs") # Output directory
3232

3333

geometry-mesh/01_geometry.py

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

4545
# -- Parameters --
4646
#
47-
GRAPHICS_BOOL = False # Set to True to display the mesh
47+
GRAPHICS_BOOL = False # Set to True to display the graphics
4848
OUTPUT_DIR = Path(Path(__file__).parent, "outputs") # Output directory
4949

5050
# -- Start a modeler session --

geometry-mesh/02_mesh.py

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

2929
# -- Parameters --
3030
#
31-
GRAPHICS_BOOL = False # Set to True to display the mesh
31+
GRAPHICS_BOOL = False # Set to True to display the graphics
3232
OUTPUT_DIR = Path(Path(__file__).parent, "outputs") # Output directory
3333

3434
# -- Launch the PRIME client --

0 commit comments

Comments
 (0)