We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dee1f5 commit 17868f9Copy full SHA for 17868f9
src/assert_m.f90
@@ -1,7 +1,8 @@
1
module assert_m
2
!! Public interface
3
+ use assert_subroutine_m ! DO NOT PLACE AN ONLY CLAUSE HERE!
4
+ ! All public members of assert_subroutine_m are exported
5
use intrinsic_array_m, only : intrinsic_array_t
- use assert_subroutine_m, only : assert, assert_always
6
use characterizable_m, only : characterizable_t
7
8
! The function below is public only to support automated
0 commit comments