Skip to content

Commit 96ed9f5

Browse files
committed
Show image by default
1 parent 3a1c3b9 commit 96ed9f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/access_mass_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99

1010
exportCSV = False
11-
showImage = False
11+
showImage = True
1212

1313
# Function called when the scene graph is being created
1414
def createScene(root):

examples/access_stiffness_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import numpy as np
99

1010
exportCSV = False
11-
showImage = False
11+
showImage = True
1212

1313
# Function called when the scene graph is being created
1414
def createScene(root):

0 commit comments

Comments
 (0)