Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoon committed Jan 27, 2025
1 parent d3d3f53 commit 75ae399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_chem.f90
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
program test_micm
program test_chem
use CATChem, only: cc_get_micm_version
use testing_mod, only: assert
implicit none
Expand All @@ -11,4 +11,4 @@ program test_micm
call assert(micm_version == expected_micm_version, &
"MICM version should be "//expected_micm_version)

end program test_micm
end program test_chem

0 comments on commit 75ae399

Please sign in to comment.