aboutsummaryrefslogtreecommitdiff
path: root/src/common.f90
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.f90')
-rw-r--r--src/common.f905
1 files changed, 0 insertions, 5 deletions
diff --git a/src/common.f90 b/src/common.f90
deleted file mode 100644
index 9bffb5f..0000000
--- a/src/common.f90
+++ /dev/null
@@ -1,5 +0,0 @@
-module common
- use, intrinsic :: iso_fortran_env, only : real64, stdout => output_unit
- public
- integer, parameter :: dp = 8
-end module common