aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \