diff options
Diffstat (limited to 'example_library/src')
-rw-r--r-- | example_library/src/example_m.f90 | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/example_library/src/example_m.f90 b/example_library/src/example_m.f90 deleted file mode 100644 index 947dcfc..0000000 --- a/example_library/src/example_m.f90 +++ /dev/null @@ -1,6 +0,0 @@ -module example_m - implicit none - private - - integer, public, parameter :: ANSWER = 42 -end module example_m |