aboutsummaryrefslogtreecommitdiff
path: root/src/common.f90
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2024-04-21 21:51:54 +0200
committerThomas Albers Raviola <thomas@thomaslabs.org>2024-04-21 21:51:54 +0200
commit8e30cb8d4c1caffc2d877bec6975f1539fc193d3 (patch)
tree8905bee94de16b725fc0dd9f80e836eac87dc682 /src/common.f90
* Initial commit
Diffstat (limited to 'src/common.f90')
-rw-r--r--src/common.f905
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common.f90 b/src/common.f90
new file mode 100644
index 0000000..9bffb5f
--- /dev/null
+++ b/src/common.f90
@@ -0,0 +1,5 @@
+module common
+ use, intrinsic :: iso_fortran_env, only : real64, stdout => output_unit
+ public
+ integer, parameter :: dp = 8
+end module common