Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mattldawson committed May 23, 2024
1 parent 6aff3eb commit 5abf5a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion musica/micm/micm.F90
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ subroutine micm_register(constituents, errcode, errmsg)
errcode = errcode, &
errmsg = errmsg)
if (errcode /= 0) return
end associate
end associate ! map
end do

end subroutine micm_register
Expand Down
2 changes: 1 addition & 1 deletion musica/util.F90
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ logical function has_error_occurred(error, error_code, error_message)
has_error_occurred = .true.
end function has_error_occurred

end module musica_ccpp_util
end module musica_ccpp_util

0 comments on commit 5abf5a7

Please sign in to comment.