diff options
author | Thomas White <taw@physics.org> | 2015-03-20 17:13:15 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 15:50:39 +0200 |
commit | e05288c1074be5928cca8581ab4d07d80853c22a (patch) | |
tree | 8241e81a13b6c06703ec53981bc56d0d29057c0e /src/predict-refine.h | |
parent | a97aeb4506de83a9e556caa54557179433c7687b (diff) |
refine_{radius,prediction}: unite common code (pair_peaks), avoid preliminary integration round
Diffstat (limited to 'src/predict-refine.h')
-rw-r--r-- | src/predict-refine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/predict-refine.h b/src/predict-refine.h index 9742f9e2..c763d2ca 100644 --- a/src/predict-refine.h +++ b/src/predict-refine.h @@ -39,6 +39,7 @@ struct image; extern int refine_prediction(struct image *image, Crystal *cr); +extern void refine_radius(Crystal *cr, struct image *image); #endif /* PREDICT_REFINE_H */ |