aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorschnetter <>2004-03-08 07:12:00 +0000
committerschnetter <>2004-03-08 07:12:00 +0000
commit8ec0e8311f8dfea62a17e2b48827159d52285c68 (patch)
tree09bc83e7726fa0f7a5b517d987793e08c6893537 /CarpetAttic
parent152837aad183ae5f084d7e11f8fb3d6cfb6c0920 (diff)
Improve error message
darcs-hash:20040308071229-07bb3-2cb5eb5795fcf763f72a09ca1549c34d774bca40.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
index f4384bba4..1ce401607 100644
--- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
+++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc
@@ -15,7 +15,7 @@
#include "cctk_Parameters.h"
extern "C" {
- static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.45 2004/03/01 22:22:46 schnetter Exp $";
+ static const char* rcsid = "$Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc,v 1.46 2004/03/08 09:12:29 schnetter Exp $";
CCTK_FILEVERSION(Carpet_CarpetIOFlexIO_ioflexio_cc);
}
@@ -815,8 +815,8 @@ namespace CarpetIOFlexIO {
}
if (regions_read.at(m) != all_exterior) {
CCTK_VWarn (0, __LINE__, __FILE__, CCTK_THORNSTRING,
- "Variable \"%s\" could not be initialised from file -- the file may be missing data",
- varname);
+ "Variable \"%s\" could not be initialised from file \"%s\" -- the file contains data for this variable, but the grids therein are too small",
+ varname, filename);
}
}
} // if did_read_something