aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/IsoSurfacer.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/IsoSurfacer.c b/src/IsoSurfacer.c
index cca1f60..e84b965 100644
--- a/src/IsoSurfacer.c
+++ b/src/IsoSurfacer.c
@@ -256,8 +256,13 @@ static void computeIso(int index, cGH *GH, isosurfacerGH *myGH)
if(myGH->formats & ISOHDF5)
WriteHDF5(GH, &myGH->totals,myGH,fullname,0, myGH->isovalue);
- } else
- printf(" no isosurface\n");
+ }
+ else
+ {
+ CCTK_VWarn (6, __LINE__, __FILE__, CCTK_THORNSTRING,
+ "No isosurface for '%s' isolevel %f",
+ fullname, myGH->isovalue);
+ }
/* !!!!!!!!!!!!!!!! Why the hell are we doing this? !!!!!!!!!!!! */
if(polybackup || vertbackup){ /* copy back datastructures */