aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryoji <ryoji@b6f3ac56-194f-0410-8878-cdf6079d7f1b>2000-07-26 11:05:39 +0000
committerryoji <ryoji@b6f3ac56-194f-0410-8878-cdf6079d7f1b>2000-07-26 11:05:39 +0000
commit14dbe7e208d623819c4367a19b3fdd939391bb0d (patch)
treedb153d199dcd32fd272619dedb27d9960c02ea97
parent00cd17a9b5023f019048d6d18a253b618d104a33 (diff)
GetInter -> Inter
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDAxiOddBrillBH/trunk@22 b6f3ac56-194f-0410-8878-cdf6079d7f1b
-rw-r--r--src/IDAxiOddBrillBH.F5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/IDAxiOddBrillBH.F b/src/IDAxiOddBrillBH.F
index b97d151..f2d1a58 100644
--- a/src/IDAxiOddBrillBH.F
+++ b/src/IDAxiOddBrillBH.F
@@ -382,13 +382,10 @@ c Compute eta,q,phi at the each points of cartesian grid
enddo
enddo
- call CCTK_GetInterpHandle (handle, "simple_local")
+ call CCTK_InterpHandle (handle, "simple_local")
c Find the local origin of the spatial coordinates
c ------------------------------------------------
- call CCTK_CoordLocalRange(ierror,cctkGH,xmin,xmax,"x")
- call CCTK_CoordLocalRange(ierror,cctkGH,ymin,ymax,"y")
- call CCTK_CoordLocalRange(ierror,cctkGH,zmin,zmax,"z")
npoints = nx*ny*nz