From 8e30cb8d4c1caffc2d877bec6975f1539fc193d3 Mon Sep 17 00:00:00 2001 From: Thomas Albers Raviola Date: Sun, 21 Apr 2024 21:51:54 +0200 Subject: * Initial commit --- src/common.f90 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/common.f90 (limited to 'src/common.f90') 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 -- cgit v1.2.3