aboutsummaryrefslogtreecommitdiff
path: root/src/cctk_IOMethods.F90
diff options
context:
space:
mode:
Diffstat (limited to 'src/cctk_IOMethods.F90')
-rw-r--r--src/cctk_IOMethods.F905
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cctk_IOMethods.F90 b/src/cctk_IOMethods.F90
index 9aefa55..31cc3e1 100644
--- a/src/cctk_IOMethods.F90
+++ b/src/cctk_IOMethods.F90
@@ -30,6 +30,9 @@ module cctk_IOMethods
CCTK_FPOINTER OutputGH
end subroutine CCTK_RegisterIOMethodOutputGH
+#if 0
+C no Fortran 90 interface for following routines
+C their names exceed the maximum allowed length of 31 characters
subroutine CCTK_RegisterIOMethodTimeToOutput (ierr, handle, TimeToOutput)
implicit none
integer ierr
@@ -71,5 +74,5 @@ module cctk_IOMethods
end subroutine CCTK_NumIOMethods
end interface
-
+
end module cctk_IOMethods