We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb3669a commit 4509eafCopy full SHA for 4509eaf
2 files changed
src/assert/fortran_stringify_integer_m.f90
src/assert_m.f90
@@ -2,13 +2,5 @@ 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
-
6
- ! The function below is public only to support automated
7
- ! invocation via `assert_macros.h`. For a more broadly useful
8
- ! function to convert numeric data to string format, please
9
- ! consider using the functions that can be accessed via the
10
- ! `string_t` generic interface in the Julienne framework at
11
- ! https://go.lbl.gov/julienne.
12
- use fortran_stringify_integer_m, only : fortran_stringify_integer
13
implicit none
14
end module
0 commit comments