From 27cf3525926fc36695167901b7cd6f0bfd38447b Mon Sep 17 00:00:00 2001 From: jthorn Date: Sun, 1 Oct 2006 19:00:28 +0000 Subject: correct comment about multi-line strings in par files git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1480 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- doc/documentation.tex | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 36ae58c..95e145d 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -1328,20 +1328,14 @@ This is controlled by the following parameters: If you want to get very high accuracy from \thorn{AHFinderDirect}, then you should use a cubic Hermite geometry interpolator, by - setting%%% -\footnote{%%% - Note that Cactus currently doesn't allow - ``backslash'' line continuation in a - parameter file, so the whole string should - be on a single (very long) line in your - parameter file! - }%%% - \begin{verbatim} - AHFinderDirect::geometry_interpolator_pars = \ - "order=3 \ - boundary_off_centering_tolerance={1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10} \ - boundary_extrapolation_tolerance={0.0 0.0 0.0 0.0 0.0 0.0}" - \end{verbatim} + setting +\begin{verbatim} +AHFinderDirect::geometry_interpolator_pars = " + order=3 + boundary_off_centering_tolerance={1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10 1.0e-10} + boundary_extrapolation_tolerance={0.0 0.0 0.0 0.0 0.0 0.0} + " +\end{verbatim} Assuming perfectly accurate geometry variables in the 3-D Cactus grid, this will make \thorn{AHFinderDirect} (very) roughly an order of magnitude more accurate. However, the larger molecule size -- cgit v1.2.3