aboutsummaryrefslogtreecommitdiff
path: root/src/patch
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-29 15:17:03 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-07-29 15:17:03 +0000
commit96b02268829af3d1c4966d48883367c330849f25 (patch)
treee2d3358d0501019fff6048e78f7708a2143b393d /src/patch
parentd5842d155c7762a82cf5c8c75b7976a52fdaee10 (diff)
merge in changes from laptop:
- add support for condition number estimating when solving linear system - cleanup Schw/EF analytic geometry option - add option to dump h and H at each Newton iteration for debuggin git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@669 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch')
-rw-r--r--src/patch/patch_system.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/patch_system.cc b/src/patch/patch_system.cc
index 2fb1f17..a824e4a 100644
--- a/src/patch/patch_system.cc
+++ b/src/patch/patch_system.cc
@@ -1356,7 +1356,7 @@ if (output_fp == NULL)
const fp global_y = global_y_of_local_y(local_y);
const fp global_z = global_z_of_local_z(local_z);
fprintf(output_fp,
- "\t%#g\t%#g\t%#g",
+ "\t%#.10g\t%#.10g\t%#.10g",
global_x, global_y, global_z);
}
fprintf(output_fp, "\n");