aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 21:28:35 +0000
committerschnetter <schnetter@51d2df92-0e4f-0410-a727-bd43d766d6b6>2004-07-02 21:28:35 +0000
commit20936be95337fa04e7eae28b3b940a1666c1b7fe (patch)
tree9a2e9fccd98d997ae879c5cfbb65fe681e335568
parent00f401a52cf5320bee506d493b2ceaa9be147344 (diff)
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
-rw-r--r--src/cctk.F902
-rw-r--r--src/cctk_FortranString1.F90 (renamed from src/cctk_FortranString0.F90)4
-rw-r--r--src/make.code.defn2
3 files changed, 4 insertions, 4 deletions
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_FortranString1.F90
index c1d8d88..39b3e13 100644
--- a/src/cctk_FortranString0.F90
+++ b/src/cctk_FortranString1.F90
@@ -12,7 +12,7 @@
#include "cctk.h"
! This is the name of a subroutine, so the module must be called differently.
-module cctk_FortranString0
+module cctk_FortranString1
implicit none
-end module cctk_FortranString0
+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 \