aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-31 13:12:47 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-31 13:12:47 +0000
commit6fd042c2a0952872621527588a3cf9f32c09aac1 (patch)
treedafae5b0ca4b91063c77bb04805b577241101075 /src/gr
parent9bf8e92fc7b790a23f3f760d8aac4400f763c21c (diff)
tweak status-msg wording
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@677 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/gr')
-rw-r--r--src/gr/Newton.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gr/Newton.cc b/src/gr/Newton.cc
index dd030d7..79f1bab 100644
--- a/src/gr/Newton.cc
+++ b/src/gr/Newton.cc
@@ -110,7 +110,7 @@ bool Newton_solve(patch_system& ps,
// compute the Newton step
horizon_Jacobian(ps, cgi, gi, Jacobian_info, Jac);
CCTK_VInfo(CCTK_THORNSTRING,
- "solving linear system for %d unknowns Delta_h",
+ "solving linear system for Delta_h (%d unknowns)",
Jac.NN());
const fp rcond = Jac.solve_linear_system(gfns::gfn__H,
gfns::gfn__Delta_h);