aboutsummaryrefslogtreecommitdiff
path: root/src/gr
diff options
context:
space:
mode:
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);