Skip to content
Snippets Groups Projects
Commit 219ea0f9 authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

added imaginary unit variable imagu

parent d357eac6
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ MODULE prec_const
REAL(dp), PARAMETER :: onesixteenth=0.0625_dp
REAL(dp), PARAMETER :: ninesixteenths=0.5625_dp
REAL(dp), PARAMETER :: thirteentwelfths = 1.083333333333333333333333333333333333333333333_dp
COMPLEX(dp), PARAMETER :: imagu = (0,-1)
CONTAINS
SUBROUTINE INIT_PREC_CONST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment