aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 18:23:33 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-06-02 18:23:33 +0000
commitd2382bf3be095caad5a6a4fb10e62d4df45c3a36 (patch)
tree0ce74e1f13aaf1a3bbf5b5a331267dfa6b8a02b6 /src/elliptic
parentbc624aa56b9c7815cf03684da0d1701d66a17b6d (diff)
oops, mistakenly committed this with lots of run-time checking of
internal data structures ==> made this thorn run O(10) times slower! :( (this is ok for debugging, but not for production!) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1088 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/elliptic')
-rw-r--r--src/elliptic/row_sparse_Jacobian.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elliptic/row_sparse_Jacobian.hh b/src/elliptic/row_sparse_Jacobian.hh
index f9843d5..6fe9b2d 100644
--- a/src/elliptic/row_sparse_Jacobian.hh
+++ b/src/elliptic/row_sparse_Jacobian.hh
@@ -21,7 +21,7 @@
// "Jacobian.hh"
//
-#define DEBUG_ROW_SPARSE_JACOBIAN // define this for detailed
+#undef DEBUG_ROW_SPARSE_JACOBIAN // define this for detailed
// debugging of data structures
// (quite slow, not for production use)
#ifdef DEBUG_ROW_SPARSE_JACOBIAN