aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cctk_Coord.F903
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cctk_Coord.F90 b/src/cctk_Coord.F90
index 93a2db0..6075bca 100644
--- a/src/cctk_Coord.F90
+++ b/src/cctk_Coord.F90
@@ -40,7 +40,8 @@ module cctk_Coord
end subroutine CCTK_CoordName
subroutine CCTK_CoordRange &
- (GH, coord_lower, coord_upper, coord_dir, coord_name, system_name)
+ (ierr, GH, coord_lower, coord_upper, &
+ coord_dir, coord_name, system_name)
implicit none
integer ierr
CCTK_POINTER_TO_CONST GH