/* * ipr.h * * Iterative prediction-refinement reconstruction * * (c) 2007 Thomas White * dtr - Diffraction Tomography Reconstruction * */ #ifdef HAVE_CONFIG_H #include #endif #ifndef IPR_H #define IPR_H #include "control.h" extern int ipr_reduce(ControlContext *ctx); #endif /* IPR_H */