aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@ff385933-4943-42dc-877b-ffc776028de6>2012-07-05 05:38:50 +0000
committerrhaas <rhaas@ff385933-4943-42dc-877b-ffc776028de6>2012-07-05 05:38:50 +0000
commit67fa286685ac3310a356efccfe5628306e51d4bc (patch)
treef590c47ef5aad5445ed4ce9d9b2795999c970857 /src/make.code.defn
parentdcd4b784650012e353187ed20ca6fb2e55dbad09 (diff)
use OpenMP during NaN check
this has the side effect of converting the source to C++ and using a C++ template for the CHECK_NAN macro. git-svn-id: http://svn.cactuscode.org/arrangements/CactusUtils/NaNChecker/trunk@104 ff385933-4943-42dc-877b-ffc776028de6
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index e65f992..5372792 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,4 +2,4 @@
# $Header$
# Source files in this directory
-SRCS = NaNCheck.c
+SRCS = NaNCheck.cc