Skip to content

Commit c794936

Browse files
committed
WhiteSpace
1 parent 86ed984 commit c794936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/mfc/test/cases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,7 @@ def chemistry_cases():
988988
},
989989
override_tol=10**(-11)
990990
))
991-
991+
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,
994994
'bc_x%beg': -1, 'bc_x%end': -1, 'weno_order': 5,'weno_eps': 1e-16, 'weno_avg': 'F',
@@ -1004,7 +1004,7 @@ def chemistry_cases():
10041004
'fluid_pp(1)%gamma': 1.0e00 / (1.9326e00 - 1.0e00), 'fluid_pp(1)%pi_inf': 0, 'cantera_file': 'h2o2.yaml', 't_step_start': 0, 't_step_stop': 50, 't_step_save': 50
10051005
})
10061006
cases.append(define_case_d(stack, '', {},override_tol=10**(-10)))
1007-
1007+
10081008
cases.append(define_case_f(
10091009
f'1D -> Chemistry -> Premixed Flame',
10101010
'examples/1D_Premixed_Flame/case.py',

0 commit comments

Comments
 (0)