From 088940789a3278e9db0f0b9eef28258823d0351b Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 3 Feb 2003 09:35:43 +0000 Subject: 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 --- src/GeneralizedPolynomial-Uniform/template.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 ***/ -- cgit v1.2.3