Skip to content

Commit 42e8f58

Browse files
committed
Small Stuff
1 parent 61b88ee commit 42e8f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/test/cases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -991,7 +991,7 @@ def chemistry_cases():
991991

992992
stack.push(f'1D -> Chemistry -> MultiComponent_Diffusion', {'m': 200,
993993
'dt': 0.1e-06, 'num_patches': 1, 'num_fluids': 1, 'x_domain%beg': 0.0, 'x_domain%end': 0.05,
994-
'num_fluids': 1, 'bc_x%beg': -1, 'bc_x%end': -1, 'weno_order': 5,'weno_eps': 1e-16, 'weno_avg': 'F',
994+
'bc_x%beg': -1, 'bc_x%end': -1, 'weno_order': 5,'weno_eps': 1e-16, 'weno_avg': 'F',
995995
'mapped_weno': 'T', 'mp_weno': 'T','weno_Re_flux': 'F', 'riemann_solver': 2, 'wave_speeds': 1,
996996
'avg_state': 1,'chemistry': 'T', 'chem_params%diffusion': 'T','chem_params%reactions': 'F', 'chem_wrt_T' : 'T',
997997
'patch_icpp(1)%geometry': 1, 'patch_icpp(1)%x_centroid': 0.05 / 2, 'patch_icpp(1)%length_x': 0.05,

0 commit comments

Comments
 (0)