aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:27:43 +0000
committertradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:27:43 +0000
commit840bfeff24333df659ff1bc4116a0ef1b8cfe2f0 (patch)
tree0b58ebf5d61855bb657b769ee341f19447d9f6cd
parent93e4b89140a3179b1d4caa502cca090c9370f045 (diff)
CCTKi_InterpRegisterOpLocalUniform() has been renamed into CCTK_InterpRegisterOpLocalUniform().
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@18 51d2df92-0e4f-0410-a727-bd43d766d6b6
-rw-r--r--src/cctk_Interp.F904
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cctk_Interp.F90 b/src/cctk_Interp.F90
index e4acfdb..a122e71 100644
--- a/src/cctk_Interp.F90
+++ b/src/cctk_Interp.F90
@@ -22,12 +22,12 @@ module cctk_Interp
character(*) name
end subroutine CCTK_InterpHandle
- subroutine CCTKi_InterpRegisterOpLocalUniform (operator_ptr, operator_name, thorn)
+ subroutine CCTK_InterpRegisterOpLocalUniform (operator_ptr, operator_name, thorn)
implicit none
CCTK_FPOINTER operator_ptr
character(*) operator_name
character(*) thorn
- end subroutine CCTKi_InterpRegisterOpLocalUniform
+ end subroutine CCTK_InterpRegisterOpLocalUniform
subroutine CCTK_InterpOperatorImplementation (nchars, imp, handle)
implicit none