aboutsummaryrefslogtreecommitdiff
path: root/src/common.f90
blob: 9bffb5fcff829d70d7c4db86e08b811bcda21fc2 (plain)
1
2
3
4
5
module common
  use, intrinsic ::  iso_fortran_env, only : real64, stdout => output_unit
  public
  integer, parameter :: dp = 8
end module common