aboutsummaryrefslogtreecommitdiff
path: root/src/Reduction.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/Reduction.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/Reduction.c')
-rw-r--r--src/Reduction.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Reduction.c b/src/Reduction.c
index 8b5d62e..8f8c692 100644
--- a/src/Reduction.c
+++ b/src/Reduction.c
@@ -12,7 +12,7 @@
#include "pugh_reductions.h"
-static char *rcsid = "$Id$";
+static const char *rcsid = "$Id$";
CCTK_FILEVERSION(CactusPUGH_PUGHReduce_Reduction_c)