aboutsummaryrefslogtreecommitdiff
path: root/src/metrics/boost_rotation_symmetric.F77
diff options
context:
space:
mode:
Diffstat (limited to 'src/metrics/boost_rotation_symmetric.F77')
-rw-r--r--src/metrics/boost_rotation_symmetric.F7717
1 files changed, 4 insertions, 13 deletions
diff --git a/src/metrics/boost_rotation_symmetric.F77 b/src/metrics/boost_rotation_symmetric.F77
index 1346c3b..85f303d 100644
--- a/src/metrics/boost_rotation_symmetric.F77
+++ b/src/metrics/boost_rotation_symmetric.F77
@@ -36,28 +36,19 @@ c functions local to this file
CCTK_REAL gfunc
c local variables
+ CCTK_REAL h, d, numlim
CCTK_REAL a, b, mu0, mu1, lam1, mu2, lam2,
$ lam3, mu4, lam4, mu5, lam5, num, div, f,
$ elam, emu0, delta, tmp
-c local static variables
- logical firstcall
- CCTK_REAL h, d, numlim
- data firstcall /.true./
- save firstcall, h, d, numlim
-
C This is a vacuum spacetime with no cosmological constant
Tmunu_flag = .false.
C Get parameters of the exact solution.
- if (firstcall) then
- h = boost_rotation_symmetric__scale
- d = boost_rotation_symmetric__amp
- numlim = boost_rotation_symmetric__min_d
-
- firstcall = .false.
- end if
+ h = boost_rotation_symmetric__scale
+ d = boost_rotation_symmetric__amp
+ numlim = boost_rotation_symmetric__min_d
C Intermediate quantities.