aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorcvs_anon <>2003-09-24 06:15:00 +0000
committercvs_anon <>2003-09-24 06:15:00 +0000
commit5579dfeed566962f02ad112a1ba614f9ae2ef2c6 (patch)
tree51d8d9ad3bf75bbbb25b05e622292984701b38bc /CarpetAttic
parentd670632ee12507b1d4ac2e6348edc7b6e6b5278c (diff)
Re-commit of old version to fix my accidental commit yesterday.
darcs-hash:20030924061502-62b91-2428a17befd681cd13e3989d486038b8fbadac78.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
index 2d9e3fcc5..a4964f0ed 100644
--- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
+++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
@@ -44,7 +44,7 @@
#include "ioflexio.hh"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.32 2003/09/23 12:32:12 cvs_anon Exp $";
+ static const char* rcsid = "$$";
CCTK_FILEVERSION(Carpet_CarpetIOFlexIO_ioflexio_cc);
}
@@ -279,7 +279,7 @@ namespace CarpetIOFlexIO {
assert (var < (int)arrdata[group].data.size());
ff = (ggf<dim>*)arrdata[group].data[var];
- CCTK_VInfo (CCTK_THORNSTRING, "bogus reflevel,component,mglevel %d,%d,%d",reflevel,component,mglevel);
+
const gdata<dim>* const data
= (*ff) (tl, rl, component, mglevel);