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 6227ca5 commit b757a6bCopy full SHA for b757a6b
src/smart_pointer/assert_m.F90
@@ -15,7 +15,7 @@ module assert_m
15
16
pure module subroutine assert(assertion, description)
17
!! Error terminate on .false. assertion with the stop code given by description
18
- !! With IBM XL Fortran, the stop code is an integer due to for character stop codes being unsupported.
+ !! With IBM XL Fortran, the stop code is an integer due to character stop codes being unsupported.
19
implicit none
20
logical, intent(in) :: assertion
21
character(len=*), intent(in) :: description
0 commit comments