summaryrefslogtreecommitdiff
path: root/ell_grid_solve.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-01-02 14:13:23 +0100
committerAnton Khirnov <anton@khirnov.net>2020-01-20 14:45:07 +0100
commit004ea10198960ce0f7395975b027fd112edf960c (patch)
treec2cfd37aacbc7b84a4d1e19dad7f545d05832eae /ell_grid_solve.h
parent3992a96fcd8f4bd63365c1c141184b3370881de6 (diff)
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;