aboutsummaryrefslogtreecommitdiff
path: root/example_library
diff options
context:
space:
mode:
Diffstat (limited to 'example_library')
-rw-r--r--example_library/src/example_m.f906
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