Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/assert/assert_subroutine_m.F90 → src/assert_m.F90
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "assert_features.h"

module assert_subroutine_m
module assert_m
!! summary: Utility for runtime enforcement of logical assertions.
!! usage: error-terminate if the assertion fails:
!!
Expand Down Expand Up @@ -152,5 +152,5 @@ pure subroutine assert_always(assertion, description, file, line)

end subroutine

end module assert_subroutine_m
end module assert_m

6 changes: 0 additions & 6 deletions src/assert_m.f90

This file was deleted.