Skip to content

Commit 4abb0f9

Browse files
committed
hypoelastic examples cases fix
1 parent 1e101a5 commit 4abb0f9

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

examples/1D_hypo_2materials/case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
# Configuring case dictionary
1414
print(json.dumps({
15-
# Logistics ================================================
16-
'case_dir' : '\'.\'',
15+
# Logistics ================================================
1716
'run_time_info' : 'T',
1817
# ==========================================================
1918

examples/1D_sodHypo/case.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212

1313
# Configuring case dictionary
1414
print(json.dumps({
15-
# Logistics ================================================
16-
'case_dir' : '\'.\'',
15+
# Logistics ================================================
1716
'run_time_info' : 'F',
1817
# ==========================================================
1918

0 commit comments

Comments
 (0)