Skip to content

Commit 989f9f6

Browse files
authored
Merge pull request #64 from bonachea/remove-submodule
Remove intermediate submodule
2 parents b6d5bc8 + 0b5ff18 commit 989f9f6

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

src/assert/assert_subroutine_m.F90 renamed to src/assert_m.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
#include "assert_features.h"
1111

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

153153
end subroutine
154154

155-
end module assert_subroutine_m
155+
end module assert_m
156156

src/assert_m.f90

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)