aboutsummaryrefslogtreecommitdiff
path: root/src/post-refinement.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-refinement.h')
-rw-r--r--src/post-refinement.h4
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;
};