From 00f401a52cf5320bee506d493b2ceaa9be147344 Mon Sep 17 00:00:00 2001 From: tradke Date: Fri, 2 Jul 2004 09:40:02 +0000 Subject: Forgot an '#endif' in my last commit. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@20 51d2df92-0e4f-0410-a727-bd43d766d6b6 --- src/cctk_IOMethods.F90 | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3