From d2382bf3be095caad5a6a4fb10e62d4df45c3a36 Mon Sep 17 00:00:00 2001 From: jthorn Date: Mon, 2 Jun 2003 18:23:33 +0000 Subject: 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 --- src/elliptic/row_sparse_Jacobian.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/elliptic/row_sparse_Jacobian.hh') 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 -- cgit v1.2.3