Skip to content

Commit 17868f9

Browse files
committed
Fix issue #57: Assert 2.1.0 broke ASSERT_PARALLEL_CALLBACKS
1 parent 9dee1f5 commit 17868f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/assert_m.f90

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module assert_m
22
!! Public interface
3+
use assert_subroutine_m ! DO NOT PLACE AN ONLY CLAUSE HERE!
4+
! All public members of assert_subroutine_m are exported
35
use intrinsic_array_m, only : intrinsic_array_t
4-
use assert_subroutine_m, only : assert, assert_always
56
use characterizable_m, only : characterizable_t
67

78
! The function below is public only to support automated

0 commit comments

Comments
 (0)