aboutsummaryrefslogtreecommitdiff
path: root/src/InterpLocalUniform.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/InterpLocalUniform.h')
-rw-r--r--src/InterpLocalUniform.h15
1 files changed, 10 insertions, 5 deletions
diff --git a/src/InterpLocalUniform.h b/src/InterpLocalUniform.h
index 28b807a..3515ff0 100644
--- a/src/InterpLocalUniform.h
+++ b/src/InterpLocalUniform.h
@@ -139,12 +139,17 @@ enum molecule_family
/* number of real "parts" in a complex number */
#define COMPLEX_N_PARTS 2
-struct error_flags
+struct error_info
{
- int error_pt;
- int error_ibndry;
- int error_axis;
- int error_direction;
+ /* did we find error_point_status in the parameter table? */
+ bool found_per_point_status;
+
+ /* 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;
+
+ /* count of the number of points in error */
+ CCTK_INT error_count;
};
struct molecule_structure_flags