aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-15 18:43:08 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2003-02-15 18:43:08 +0000
commit04ed769ddfacb1d6f5faedb66d3ff8d512ede7d4 (patch)
tree46da01705f245a4b7118b7e78be42c2b5ddb4ebc /src/include
parent644e9be13cfc020e7bc3777b4c71c5f535943716 (diff)
* major changes to driver routines to find multiple horizons in parallel
across multiple processors -- see src/driver/README.parallel for details * drop convergence checks on ||Delta_h|| in param.ccl because they don't fit well with parallelization changes ==> With this changes, AHFinderDirect is now (I think) multiprocessor-ready!! git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@946 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/config.h b/src/include/config.h
index 8a4f84d..a5334e9 100644
--- a/src/include/config.h
+++ b/src/include/config.h
@@ -79,9 +79,9 @@ typedef CCTK_INT integer;
/**************************************/
/*
- * The following #ifdefs and #defines shouldn't need to be changed;
- * they decode the previous set of Jacobian storage format and linear
- * solver #defines to determine which storage formats we are using.
+ * The following #ifdefs and #defines shouldn't need changing; they
+ * decode the previous set of Jacobian storage format and linear solver
+ * #defines to determine which storage formats we are using.
*/
#ifdef HAVE_DENSE_JACOBIAN__LAPACK
#define HAVE_DENSE_JACOBIAN