aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2007-09-25 20:53:02 +0000
committerschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2007-09-25 20:53:02 +0000
commitafe54f588f18cc51bdb66f6c47ef50dd1edd0591 (patch)
tree2dba5c2ceeeb1189a7e68f6cee033ed9da513885
parentc68ab2f94ffdc7a66b93b547591b745ddc057a77 (diff)
Give all strings the same length
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@10 4ec1db94-0e4f-0410-ada3-8bed251432c9
-rw-r--r--src/NoExcision_mod.F908
1 files changed, 4 insertions, 4 deletions
diff --git a/src/NoExcision_mod.F90 b/src/NoExcision_mod.F90
index 646d335..581db2d 100644
--- a/src/NoExcision_mod.F90
+++ b/src/NoExcision_mod.F90
@@ -27,10 +27,10 @@ module NoExcision_mod
'NoExcision::redkyy', &
'NoExcision::redkyz', &
'NoExcision::redkzz', &
- 'NoExcision::red', &
- 'NoExcision::redx', &
- 'NoExcision::redy', &
- 'NoExcision::redz' /)
+ 'NoExcision::red ', &
+ 'NoExcision::redx ', &
+ 'NoExcision::redy ', &
+ 'NoExcision::redz ' /)
character(len=5), dimension(16) :: var_names = (/ ' gxx', ' gxy', &
' gxz', ' gyy', &
' gyz', ' gzz', &