aboutsummaryrefslogtreecommitdiff
path: root/src/teukwaves.F77
diff options
context:
space:
mode:
authorallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-07 18:16:43 +0000
committerallen <allen@5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7>2002-05-07 18:16:43 +0000
commitcb9ca52478f6ffccd3e469fc727eacf44f7254f5 (patch)
tree0ac8edd4c2dbb20d93bcca7c56146eaaaafc53cc /src/teukwaves.F77
parentb8b85345849a032ab181881101ab73741b9ba411 (diff)
change routine names to avoid clashes
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDLinearWaves/trunk@72 5c0f84ea-6048-4d6e-bfa4-55cd5f2e0dd7
Diffstat (limited to 'src/teukwaves.F77')
-rw-r--r--src/teukwaves.F7711
1 files changed, 2 insertions, 9 deletions
diff --git a/src/teukwaves.F77 b/src/teukwaves.F77
index b596294..444ea56 100644
--- a/src/teukwaves.F77
+++ b/src/teukwaves.F77
@@ -13,7 +13,7 @@
@@*/
/*@@
- @routine teukwaves
+ @routine IDLinearWaves_TeukWaves
@date Jan 96
@author Malcolm Tobias + Joan Masso
@desc
@@ -28,7 +28,7 @@
@enddesc
@@*/
- subroutine teukwaves(CCTK_ARGUMENTS)
+ subroutine IDLinearWaves_TeukWaves(CCTK_ARGUMENTS)
implicit none
DECLARE_CCTK_ARGUMENTS
@@ -63,8 +63,6 @@ c from old spheretocart
DECLARE_CCTK_PARAMETERS
-cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
-
pi = 3.14159265358979
kappa = sqrt(143.0d0/pi)/12288.0d0
@@ -72,11 +70,6 @@ cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
call CCTK_WARN(0,"Teukwaves: wavecenter must be zero for time symmetry")
endif
-c CACTUS 4.0: all REAL/INTEGER parameter are available as variables and
-c need not be derived from the database. Nevertheless I will assign
-c the parameter variables to the variables of CAC3.0, to allow for
-c easy portation (wavepulse stays wavepulse btw). (GERD)
-
amp = amplitude
m = mvalue
wave = wavelength