Skip to content

Commit 6cade73

Browse files
committed
merge bug fixes
1 parent 10f1188 commit 6cade73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/3D_IGR_jet/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"c_wrt": "T",
9999
"parallel_io": "T",
100100
# Background
101-
"patch_icpp(1)%geometry": 13,
101+
"patch_icpp(1)%geometry": 9,
102102
"patch_icpp(1)%x_centroid": (x1 + x0) / 2,
103103
"patch_icpp(1)%y_centroid": (y1 + y0) / 2,
104104
"patch_icpp(1)%z_centroid": (z1 + z0) / 2,

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -964,7 +964,7 @@ def foreach_example():
964964
# # List of all example cases that will be skipped during testing
965965
casesToSkip = ["2D_ibm_cfl_dt", "1D_sodHypo", "2D_viscous",
966966
"2D_laplace_pressure_jump", "2D_bubbly_steady_shock",
967-
"2D_advection", "2D_hardcodied_ic",
967+
"2D_advection", "2D_hardcoded_ic",
968968
"2D_ibm_multiphase", "2D_acoustic_broadband",
969969
"1D_inert_shocktube", "1D_reactive_shocktube",
970970
"2D_ibm_steady_shock", "3D_performance_test",

0 commit comments

Comments
 (0)