summaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'ell_grid_solve.h')
-rw-r--r--ell_grid_solve.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ell_grid_solve.h b/ell_grid_solve.h
index 095c591..27c2848 100644
--- a/ell_grid_solve.h
+++ b/ell_grid_solve.h
@@ -88,6 +88,8 @@ typedef struct EGSRelaxContext {
*/
double relax_multiplier;
+ int adaptive_step;
+
Timer timer_correct;
} EGSRelaxContext;