From 8ec0e8311f8dfea62a17e2b48827159d52285c68 Mon Sep 17 00:00:00 2001 From: schnetter <> Date: Mon, 8 Mar 2004 07:12:00 +0000 Subject: Improve error message darcs-hash:20040308071229-07bb3-2cb5eb5795fcf763f72a09ca1549c34d774bca40.gz --- CarpetAttic/CarpetIOFlexIO/src/ioflexio.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CarpetAttic') 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 -- cgit v1.2.3