aboutsummaryrefslogtreecommitdiff
path: root/src/finishbrilldata.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/finishbrilldata.F')
-rw-r--r--src/finishbrilldata.F4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/finishbrilldata.F b/src/finishbrilldata.F
index bb9db5a..5efb886 100644
--- a/src/finishbrilldata.F
+++ b/src/finishbrilldata.F
@@ -46,11 +46,11 @@ c Brill metric calculated from q and Psi.
z1 = z(i,j,k)
rho2 = x1*x1 + y1*y1
- rho1 = dsqrt(rho2)
+ rho1 = sqrt(rho2)
phi = phif(x1,y1)
- e2q = dexp(2.d0*brillq(rho1,z1,phi))
+ e2q = exp(2.d0*brillq(rho1,z1,phi))
c Fudge division by rho^2 on axis. (Physically, y^/rho^2,
c x^2/rho^2 and xy/rho^2 are of course regular.)