aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.cc
diff options
context:
space:
mode:
authorschnetter <>2001-11-02 16:09:00 +0000
committerschnetter <>2001-11-02 16:09:00 +0000
commit0918c55b78b41898adf25cfed770b65b6dbda7f5 (patch)
tree95b06da3efb20f890ac545ca0e224d73d7c56a74 /Carpet/CarpetIOASCII/src/ioascii.cc
parentc5f0e9aedeb48885b7e64bd7db66f5881203765d (diff)
Next round of const-correcting Carpet for SGIs.
darcs-hash:20011102160918-07bb3-2510b642ee4b426e433cb4f48d045e25c7a87e55.gz
Diffstat (limited to 'Carpet/CarpetIOASCII/src/ioascii.cc')
-rw-r--r--Carpet/CarpetIOASCII/src/ioascii.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetIOASCII/src/ioascii.cc b/Carpet/CarpetIOASCII/src/ioascii.cc
index 997d96c24..bf1393571 100644
--- a/Carpet/CarpetIOASCII/src/ioascii.cc
+++ b/Carpet/CarpetIOASCII/src/ioascii.cc
@@ -24,7 +24,7 @@
#include "ioascii.hh"
-static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.cc,v 1.18 2001/11/02 16:05:04 schnetter Exp $";
+static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.cc,v 1.19 2001/11/02 17:09:18 schnetter Exp $";
@@ -85,7 +85,7 @@ int CarpetIOASCII<outdim>::Startup()
template<int outdim>
void* CarpetIOASCII<outdim>
-::SetupGH (tFleshConfig* const fc, const int convLevel, const cGH* const cgh)
+::SetupGH (tFleshConfig* const fc, const int convLevel, cGH* const cgh)
{
DECLARE_CCTK_PARAMETERS;