aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-02-03 09:35:43 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2003-02-03 09:35:43 +0000
commit088940789a3278e9db0f0b9eef28258823d0351b (patch)
treed21528428390ee1b2ec40ec84bc095a7492c5194 /src
parent70d53d06e35c6d7f3539f73aa80493c84b92477f (diff)
oops, forgot to commit my changes to this to match recent changes
in InterpLocalUniform.[ch] git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@133 df1f8a13-aa1d-4dd4-9681-27ded5b42416
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 ***/