aboutsummaryrefslogtreecommitdiff
path: root/src/ipr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipr.h')
-rw-r--r--src/ipr.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ipr.h b/src/ipr.h
index 3fcb40d..8fb4862 100644
--- a/src/ipr.h
+++ b/src/ipr.h
@@ -4,6 +4,7 @@
* Iterative prediction-refinement reconstruction
*
* (c) 2007 Thomas White <taw27@cam.ac.uk>
+ *
* dtr - Diffraction Tomography Reconstruction
*
*/
@@ -18,6 +19,7 @@
#include "control.h"
-extern int ipr_reduce(ControlContext *ctx);
+extern int ipr_refine(ControlContext *ctx);
#endif /* IPR_H */
+