From 20936be95337fa04e7eae28b3b940a1666c1b7fe Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Jul 2004 21:28:35 +0000 Subject: Rename file to make the file names consistent. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Fortran/trunk@21 51d2df92-0e4f-0410-a727-bd43d766d6b6 --- src/cctk.F90 | 2 +- src/cctk_FortranString0.F90 | 18 ------------------ src/cctk_FortranString1.F90 | 18 ++++++++++++++++++ src/make.code.defn | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 src/cctk_FortranString0.F90 create mode 100644 src/cctk_FortranString1.F90 diff --git a/src/cctk.F90 b/src/cctk.F90 index 6e86dc9..2222679 100644 --- a/src/cctk.F90 +++ b/src/cctk.F90 @@ -23,7 +23,7 @@ module cctk use cctk_Faces use cctk_File use cctk_Flesh - use cctk_FortranString0 + use cctk_FortranString1 use cctk_FortranWrappers use cctk_GHExtensions use cctk_GNU diff --git a/src/cctk_FortranString0.F90 b/src/cctk_FortranString0.F90 deleted file mode 100644 index c1d8d88..0000000 --- a/src/cctk_FortranString0.F90 +++ /dev/null @@ -1,18 +0,0 @@ -/*@@ - @file $RCSfile$ - @author $Author$ - @date $Date$ - @desc - Fortran 90 interface declarations for the routines - which have their C declarations in cctk_FortranString.h - @enddesc - @version $Header$ -@@*/ - -#include "cctk.h" - -! This is the name of a subroutine, so the module must be called differently. -module cctk_FortranString0 - implicit none - -end module cctk_FortranString0 diff --git a/src/cctk_FortranString1.F90 b/src/cctk_FortranString1.F90 new file mode 100644 index 0000000..39b3e13 --- /dev/null +++ b/src/cctk_FortranString1.F90 @@ -0,0 +1,18 @@ +/*@@ + @file $RCSfile$ + @author $Author$ + @date $Date$ + @desc + Fortran 90 interface declarations for the routines + which have their C declarations in cctk_FortranString.h + @enddesc + @version $Header$ +@@*/ + +#include "cctk.h" + +! This is the name of a subroutine, so the module must be called differently. +module cctk_FortranString1 + implicit none + +end module cctk_FortranString1 diff --git a/src/make.code.defn b/src/make.code.defn index 59e5590..f237123 100644 --- a/src/make.code.defn +++ b/src/make.code.defn @@ -16,7 +16,7 @@ SRCS = cctk.F90 \ cctk_Faces.F90 \ cctk_File.F90 \ cctk_Flesh.F90 \ - cctk_FortranString0.F90 \ + cctk_FortranString1.F90 \ cctk_FortranWrappers.F90 \ cctk_GHExtensions.F90 \ cctk_GNU.F90 \ -- cgit v1.2.3