aboutsummaryrefslogtreecommitdiff
path: root/src/DistortedBHIVP.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/DistortedBHIVP.F')
-rw-r--r--src/DistortedBHIVP.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/DistortedBHIVP.F b/src/DistortedBHIVP.F
index d8bbdca..46ccd8d 100644
--- a/src/DistortedBHIVP.F
+++ b/src/DistortedBHIVP.F
@@ -577,10 +577,10 @@ c Now compute on the Cartesian coordinate.
c
c Compute eta,q,phi at the each points of cartesian grid
- eta = 0.5d0*dlog(x**2+y**2+z**2)
+ eta = 0.5d0*log(x**2+y**2+z**2)
abseta = abs(eta)
- q = datan2(sqrt(x**2+y**2),z)
- phi = datan2(y,x)
+ q = atan2(sqrt(x**2+y**2),z)
+ phi = atan2(y,x)
do k = 1,nz
do j = 1,ny