aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-09-04 09:04:13 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-09-04 09:04:13 +0000
commit2d958e593d3ad1939e95e483b3902de9ecb45093 (patch)
tree74680f6954d305d4e9c437170bde3a3b61e229e3 /param.ccl
parent579471ae87529bef4f6b0134918ae3adef92a8e3 (diff)
Add the ability to NaNcheck the RHS GFs.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@34 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 0aeae83..8b02bfb 100644
--- a/param.ccl
+++ b/param.ccl
@@ -122,3 +122,6 @@ STRING Generic_Method_Descriptor "A string used to create a table containing the
GenericAlphaCoeffs = { 1.0 0.0 0.5 0.5 } \
GenericBetaCoeffs = { 1.0 0.5 }"
+BOOLEAN MoL_NaN_Check "Should the RHS GFs be checked for NaNs?"
+{
+} "no" \ No newline at end of file