Skip to content

Commit f4b37ca

Browse files
author
Damian Rouson
authored
Merge pull request #11 from sourceryinstitute/rm-ford-6.0.0-workaround
doc(ford): rm workaround for ford versions < 6.1
2 parents 32ac01b + 5437c26 commit f4b37ca

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/assert_s.F90 renamed to src/assert_s.f90

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@
5656

5757
end if toggle_assertions
5858

59-
#ifndef FORD
6059
contains
61-
#else
62-
end procedure
63-
#endif
6460

6561
pure function string(numeric) result(number_as_string)
6662
!! Result is a string represention of the numeric argument
@@ -86,8 +82,6 @@ pure function string(numeric) result(number_as_string)
8682

8783
end function string
8884

89-
#ifndef FORD
9085
end procedure
91-
#endif
9286

9387
end submodule

0 commit comments

Comments
 (0)