aboutsummaryrefslogtreecommitdiff
path: root/src/ReductionNorm1.c
diff options
context:
space:
mode:
authorgoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-10 12:33:37 +0000
committergoodale <goodale@d60812e6-3970-4df4-986e-c251b06effeb>2001-05-10 12:33:37 +0000
commit0c5b5ffd15b83b56538a5c03c34509d7986efb13 (patch)
tree1d21d91843e70b25b9191cb3d642b01fbd534f34 /src/ReductionNorm1.c
parent4b61ca6bfce58a450e161a63704e2b4dee169772 (diff)
Making rcsid string a constant - PR 669.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGHReduce/trunk@11 d60812e6-3970-4df4-986e-c251b06effeb
Diffstat (limited to 'src/ReductionNorm1.c')
-rw-r--r--src/ReductionNorm1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ReductionNorm1.c b/src/ReductionNorm1.c
index fe3292c..2f8b157 100644
--- a/src/ReductionNorm1.c
+++ b/src/ReductionNorm1.c
@@ -14,7 +14,7 @@
#include "pugh_reductions.h"
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(CactusPUGH_PUGHReduce_ReductionNorm1_c)