Skip to content

Commit 86823bf

Browse files
authored
Merge pull request #152 from wilfonba/hypoFix
2 parents 7199437 + 4abb0f9 commit 86823bf

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)