aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
authorjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-08-01 17:01:39 +0000
committerjthorn <jthorn@0f49ee68-0e4f-0410-9b9c-b2c123ded7ef>2003-08-01 17:01:39 +0000
commit79978d173f0a7354e22419d2665edc734e3cee69 (patch)
treea918398655055234280ab35a6f5ec66f9ce8c946 /src/InterpLocalUniform.h
parent0e22802fd9f269731fa8035eff7617174bc743c5 (diff)
by default,
print a level 1 warning if we return an error code due to a point being outside (or too close to the boundary of) the grid if the key "suppress_warnings" is in the parameter table, don't print these warnings git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/AEILocalInterp/trunk@12 0f49ee68-0e4f-0410-9b9c-b2c123ded7ef
Diffstat (limited to 'src/InterpLocalUniform.h')
-rw-r--r--src/InterpLocalUniform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/InterpLocalUniform.h b/src/InterpLocalUniform.h
index 3515ff0..85fd0e6 100644
--- a/src/InterpLocalUniform.h
+++ b/src/InterpLocalUniform.h
@@ -144,6 +144,10 @@ struct error_info
/* did we find error_point_status in the parameter table? */
bool found_per_point_status;
+ /* should we print a Cactus level WARNING_MSG_SEVERITY_LEVEL */
+ /* warning message if we find a point in error? */
+ bool print_warning_msg;
+
/* NULL pointer to skip per-point status, or */
/* --> array of size N_interp_points to be set to per-point status */
CCTK_INT* per_point_status;