diff options
Diffstat (limited to 'src/steps.c')
| -rw-r--r-- | src/steps.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/steps.c b/src/steps.c index 383acaa..e7e4834 100644 --- a/src/steps.c +++ b/src/steps.c | |||
| @@ -33,7 +33,6 @@ static int estimate_cp_drud(DfsArg *arg); | |||
| 33 | static int estimate_htrfin_htr(DfsArg *arg); | 33 | static int estimate_htrfin_htr(DfsArg *arg); |
| 34 | static int estimate_nxopt31_HTM(DfsArg *arg); | 34 | static int estimate_nxopt31_HTM(DfsArg *arg); |
| 35 | static int estimate_light_HTM(DfsArg *arg); | 35 | static int estimate_light_HTM(DfsArg *arg); |
| 36 | |||
| 37 | static int estimate_nxoptlike(DfsArg *arg, PruneData *pd); | 36 | static int estimate_nxoptlike(DfsArg *arg, PruneData *pd); |
| 38 | 37 | ||
| 39 | static bool always_valid(Alg *alg); | 38 | static bool always_valid(Alg *alg); |
| @@ -976,7 +975,7 @@ corners_dr_any = { | |||
| 976 | .shortname = "corners-dr", | 975 | .shortname = "corners-dr", |
| 977 | .name = "Solve corners from DR", | 976 | .name = "Solve corners from DR", |
| 978 | 977 | ||
| 979 | .final = false, | 978 | .final = true, |
| 980 | .is_done = check_corners_HTM, | 979 | .is_done = check_corners_HTM, |
| 981 | .estimate = estimate_cp_drud, | 980 | .estimate = estimate_cp_drud, |
| 982 | .ready = check_coud_HTM, | 981 | .ready = check_coud_HTM, |
| @@ -995,7 +994,7 @@ corners_drud = { | |||
| 995 | .shortname = "corners-drud", | 994 | .shortname = "corners-drud", |
| 996 | .name = "Solve corners from DR on U/D", | 995 | .name = "Solve corners from DR on U/D", |
| 997 | 996 | ||
| 998 | .final = false, | 997 | .final = true, |
| 999 | .is_done = check_corners_HTM, | 998 | .is_done = check_corners_HTM, |
| 1000 | .estimate = estimate_cp_drud, | 999 | .estimate = estimate_cp_drud, |
| 1001 | .ready = check_coud_HTM, | 1000 | .ready = check_coud_HTM, |
| @@ -1014,7 +1013,7 @@ corners_drrl = { | |||
| 1014 | .shortname = "corners-drrl", | 1013 | .shortname = "corners-drrl", |
| 1015 | .name = "Solve corners from DR on R/L", | 1014 | .name = "Solve corners from DR on R/L", |
| 1016 | 1015 | ||
| 1017 | .final = false, | 1016 | .final = true, |
| 1018 | .is_done = check_corners_HTM, | 1017 | .is_done = check_corners_HTM, |
| 1019 | .estimate = estimate_cp_drud, | 1018 | .estimate = estimate_cp_drud, |
| 1020 | .ready = check_coud_HTM, | 1019 | .ready = check_coud_HTM, |
| @@ -1033,7 +1032,7 @@ corners_drfb = { | |||
| 1033 | .shortname = "corners-drfb", | 1032 | .shortname = "corners-drfb", |
| 1034 | .name = "Solve corners from DR on F/B", | 1033 | .name = "Solve corners from DR on F/B", |
| 1035 | 1034 | ||
| 1036 | .final = false, | 1035 | .final = true, |
| 1037 | .is_done = check_corners_HTM, | 1036 | .is_done = check_corners_HTM, |
| 1038 | .estimate = estimate_cp_drud, | 1037 | .estimate = estimate_cp_drud, |
| 1039 | .ready = check_coud_HTM, | 1038 | .ready = check_coud_HTM, |
| @@ -1570,7 +1569,6 @@ estimate_nxoptlike(DfsArg *arg, PruneData *pd) | |||
| 1570 | return arg->ed->oldret = ret; | 1569 | return arg->ed->oldret = ret; |
| 1571 | } | 1570 | } |
| 1572 | 1571 | ||
| 1573 | |||
| 1574 | static bool | 1572 | static bool |
| 1575 | always_valid(Alg *alg) | 1573 | always_valid(Alg *alg) |
| 1576 | { | 1574 | { |
