aboutsummaryrefslogtreecommitdiff
path: root/src/D3_to_D2.F
diff options
context:
space:
mode:
Diffstat (limited to 'src/D3_to_D2.F')
-rw-r--r--src/D3_to_D2.F6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/D3_to_D2.F b/src/D3_to_D2.F
index 377c453..7d49d0a 100644
--- a/src/D3_to_D2.F
+++ b/src/D3_to_D2.F
@@ -116,9 +116,9 @@ c -----------------------
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")
+ call CCTK_CoordLocalRange(ierror,cctkGH,xmin,xmax,-1,"x","cart3d")
+ call CCTK_CoordLocalRange(ierror,cctkGH,ymin,ymax,-1,"y","cart3d")
+ call CCTK_CoordLocalRange(ierror,cctkGH,zmin,zmax,-1,"z","cart3d")
c Project un-physical metric and conformal factor onto sphere