aboutsummaryrefslogtreecommitdiff
path: root/src/phif.F
diff options
context:
space:
mode:
authormiguel <miguel@a678b1cf-93e1-4b43-a69d-d43939e66649>2001-04-17 09:51:14 +0000
committermiguel <miguel@a678b1cf-93e1-4b43-a69d-d43939e66649>2001-04-17 09:51:14 +0000
commit7b342b357a587275f3cc4c047ebc717dcaeb9e7a (patch)
tree2429f2562965e90721588a6b8e2b4084a1d9034b /src/phif.F
parent401fdc2938317b473f5c8a0cc421b6c2610551c8 (diff)
Cleaning up and fixing the sign convention. It works!
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@40 a678b1cf-93e1-4b43-a69d-d43939e66649
Diffstat (limited to 'src/phif.F')
-rw-r--r--src/phif.F18
1 files changed, 12 insertions, 6 deletions
diff --git a/src/phif.F b/src/phif.F
index c24f2ca..3d9bf79 100644
--- a/src/phif.F
+++ b/src/phif.F
@@ -1,17 +1,23 @@
+/*@@
+ @file phif.F
+ @date October 1998
+ @author Miguel Alcubierre
+ @desc
+ Function to find angle phi from coordinates {x,y}.
+ @enddesc
+ @version $Header$
+@@*/
+
#include "cctk.h"
CCTK_REAL function phif(x,y)
-c Author: Miguel Alcubierre, October 1998.
-c
-c Function to find angle phi from coordinates {x,y}.
-
implicit none
CCTK_REAL x,y
- real*8 zero,half,one,two,pi
+ CCTK_REAL zero,half,one,two,pi
-c Define numbers.
+c Numbers.
zero = 0.0D0
half = 0.5D0