diff options
author | Thomas White <taw@physics.org> | 2015-05-19 14:57:20 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-05-19 14:59:10 +0200 |
commit | 511d35254618675938f3c3cc57768a13db21d9c3 (patch) | |
tree | b0626d8a1bfc696c22a8848a68b57887724ed274 /src/post-refinement.h | |
parent | 9a21ae0c6d0ae89be28ca0e2878b82faa1b8ce05 (diff) |
partialator: Show initial and final residuals (including free)
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r-- | src/post-refinement.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/post-refinement.h b/src/post-refinement.h index 844afbd1..fd2d771b 100644 --- a/src/post-refinement.h +++ b/src/post-refinement.h @@ -47,6 +47,10 @@ struct prdata { int refined; int n_filtered; + double initial_residual; + double initial_free_residual; + double final_residual; + double final_free_residual; }; |