aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:25:30 +0000
committertradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:25:30 +0000
commit93e4b89140a3179b1d4caa502cca090c9370f045 (patch)
tree7267b85b918ff90d8e0f7c1ca09c812b73b34a6b
parentfe006906fa8caa4ba7e617e38c7255b54ae9721c (diff)
Removed F90 interface declarations for CCTK_InterpGV() and CCTK_InterpLocal().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@17 51d2df92-0e4f-0410-a727-bd43d766d6b6
-rw-r--r--src/cctk_Interp.F9017
1 files changed, 0 insertions, 17 deletions
diff --git a/src/cctk_Interp.F90 b/src/cctk_Interp.F90
index 9fb9862..e4acfdb 100644
--- a/src/cctk_Interp.F90
+++ b/src/cctk_Interp.F90
@@ -22,20 +22,6 @@ module cctk_Interp
character(*) name
end subroutine CCTK_InterpHandle
- subroutine CCTKi_InterpRegisterOperatorGV (operator_ptr, operator_name, thorn)
- implicit none
- CCTK_FPOINTER operator_ptr
- character(*) operator_name
- character(*) thorn
- end subroutine CCTKi_InterpRegisterOperatorGV
-
- subroutine CCTKi_InterpRegisterOperatorLocal (operator_ptr, operator_name, thorn)
- implicit none
- CCTK_FPOINTER operator_ptr
- character(*) operator_name
- character(*) thorn
- end subroutine CCTKi_InterpRegisterOperatorLocal
-
subroutine CCTKi_InterpRegisterOpLocalUniform (operator_ptr, operator_name, thorn)
implicit none
CCTK_FPOINTER operator_ptr
@@ -102,7 +88,4 @@ module cctk_Interp
end interface
- external CCTK_InterpGV
- external CCTK_InterpLocal
-
end module cctk_Interp