aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h
diff options
context:
space:
mode:
authorjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-12 16:12:10 +0000
committerjthorn <jthorn@df1f8a13-aa1d-4dd4-9681-27ded5b42416>2002-05-12 16:12:10 +0000
commitd546a9ba6f462dd0f2f7e3a944cf2f6c429186a3 (patch)
treee0c35d150a0868f810244234acb9231c173c084d /src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h
parent86e181c41937e75502c2bddbee24bf0c5459c1c9 (diff)
commit changes from 2 weeks of standalone programming on laptop
back into CVS: main change is to Jacobian structure query API (code+docs), also implement about 2/3 of this in the code git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/LocalInterp/trunk@22 df1f8a13-aa1d-4dd4-9681-27ded5b42416
Diffstat (limited to 'src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h')
-rw-r--r--src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h
index b3f75fa..65ff946 100644
--- a/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h
+++ b/src/GeneralizedPolynomial-Uniform/InterpLocalUniform.h
@@ -100,10 +100,14 @@ enum molecule_family
/*
* other compile-time settings
*/
-/* default is that each element of out_of_range_tolerance[] is set to this */
-/* FIXME: this used C "double", which may not match CCTK_REAL */
+
+/* default for each element of out_of_range_tolerance[] */
+/* FIXME: this is based on C "double", which may not match CCTK_REAL */
#define OUT_OF_RANGE_TOLERANCE_DEFAULT (10000.0*DBL_EPSILON)
+/* CCTK_VWarn() severity level for error messages */
+#define ERROR_MSG_SEVERITY_LEVEL 1
+
/******************************************************************************/
/*