aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:40:02 +0000
committertradke <tradke@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 09:40:02 +0000
commit00f401a52cf5320bee506d493b2ceaa9be147344 (patch)
treee07f31f533771ebfa7ca2080e8edc29eab4f3eba
parent5f290cf533f8c4045e211684f636a7ff0285caaa (diff)
Forgot an '#endif' in my last commit.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@20 51d2df92-0e4f-0410-a727-bd43d766d6b6
-rw-r--r--src/cctk_IOMethods.F901
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cctk_IOMethods.F90 b/src/cctk_IOMethods.F90
index 31cc3e1..017bbd1 100644
--- a/src/cctk_IOMethods.F90
+++ b/src/cctk_IOMethods.F90
@@ -53,6 +53,7 @@ C their names exceed the maximum allowed length of 31 characters
integer handle
CCTK_FPOINTER OutputVarAs
end subroutine CCTK_RegisterIOMethodOutputVarAs
+#endif
subroutine CCTK_IOMethodImplementation (nchars, imp, handle)
implicit none