Skip to content

Commit 2cd25d3

Browse files
committed
Small Stuff
1 parent 31ec1aa commit 2cd25d3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

src/simulation/m_rhs.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,7 +1984,7 @@ contains
19841984
end do
19851985
end if
19861986

1987-
if (chem_params%diffusion .and. .not. viscous)
1987+
if (chem_params%diffusion .and. .not. viscous) then
19881988
@:DEALLOCATE(flux_src_n(i)%vf(E_idx)%sf)
19891989
end if
19901990

tests/A745163D/golden-metadata.txt

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/A745163D/golden.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolchain/mfc/test/case.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -388,11 +388,11 @@ def copy_input_lagrange(path_example_input, path_test):
388388

389389
def input_chemistry_diffusion(self):
390390
if "MultiComponent_Diffusion" in self.trace:
391-
copy_input_lagrange(f'/1D_MultiComponent_Diffusion',f'{self.get_dirpath()}')
391+
copy_input_diffusion(f'/1D_MultiComponent_Diffusion',f'{self.get_dirpath()}')
392392

393393
def create_input_diffusion(path_test):
394-
folder_path_lagrange = path_test
395-
file_path_lagrange = folder_path_lagrange + '/grigri.yaml'
394+
folder_path_diffusion = path_test
395+
file_path_diffusion = folder_path_diffusion + '/grigri.yaml'
396396

397397
def copy_input_diffusion(path_example_input, path_test):
398398
folder_path_dest = path_test

0 commit comments

Comments
 (0)