aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_Interp.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/cctk_Interp.F90')
-rw-r--r--src/cctk_Interp.F9011
1 files changed, 5 insertions, 6 deletions
diff --git a/src/cctk_Interp.F90 b/src/cctk_Interp.F90
index 6495c1a..9fb9862 100644
--- a/src/cctk_Interp.F90
+++ b/src/cctk_Interp.F90
@@ -62,12 +62,8 @@ module cctk_Interp
integer num
end subroutine CCTK_NumInterpOperators
- end interface
-
- external CCTK_InterpGV
- external CCTK_InterpLocal
-
- interface
+ ! CCTK_InterpGV is declared below
+ ! CCTK_InterpLocal is declared below
subroutine CCTK_InterpLocalUniform &
(ierr, &
@@ -105,5 +101,8 @@ module cctk_Interp
end subroutine CCTK_InterpLocalUniform
end interface
+
+ external CCTK_InterpGV
+ external CCTK_InterpLocal
end module cctk_Interp