aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GeneralizedPolynomial-Uniform/template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/template.c b/src/GeneralizedPolynomial-Uniform/template.c
index 8752c3a..1f9fc9e 100644
--- a/src/GeneralizedPolynomial-Uniform/template.c
+++ b/src/GeneralizedPolynomial-Uniform/template.c
@@ -350,7 +350,7 @@
InterpLocalUniform():
0 success
UTIL_ERROR_BAD_INPUT one of the input arguments is invalid
- CCTK_ERROR_INTERP_POINT_X_RANGE
+ CCTK_ERROR_INTERP_POINT_OUTSIDE
interpolation point is out of range
@endreturndesc
@@ -937,11 +937,11 @@ int pt;
if (status == MOLECULE_POSN_ERROR_X_LT_MIN)
then {
error_flags->error_ibndry = ibndry_min;
- error_flags->error_end = -1;
+ error_flags->error_direction = -1;
}
else {
error_flags->error_ibndry = ibndry_max;
- error_flags->error_end = +1;
+ error_flags->error_direction = +1;
}
}
return CCTK_ERROR_INTERP_POINT_OUTSIDE; /*** ERROR RETURN ***/