aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
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;