aboutsummaryrefslogtreecommitdiff
path: root/src/steps.c
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-10-29 17:57:25 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2023-10-29 17:57:25 +0100
commite8c05804d52bd8f54d5398250f261ddd1c39789f (patch)
tree84171918ed4e3bf659fa31cc75fc6d0cc922fad9 /src/steps.c
parent6c05a5accff2055ddac64504571e52d945bcd372 (diff)
downloadnissy-classic-e8c05804d52bd8f54d5398250f261ddd1c39789f.tar.gz
nissy-classic-e8c05804d52bd8f54d5398250f261ddd1c39789f.zip
Fixed bug on dr-eo -N
Diffstat (limited to 'src/steps.c')
-rw-r--r--src/steps.c10
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);
33static int estimate_htrfin_htr(DfsArg *arg); 33static int estimate_htrfin_htr(DfsArg *arg);
34static int estimate_nxopt31_HTM(DfsArg *arg); 34static int estimate_nxopt31_HTM(DfsArg *arg);
35static int estimate_light_HTM(DfsArg *arg); 35static int estimate_light_HTM(DfsArg *arg);
36
37static int estimate_nxoptlike(DfsArg *arg, PruneData *pd); 36static int estimate_nxoptlike(DfsArg *arg, PruneData *pd);
38 37
39static bool always_valid(Alg *alg); 38static 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
1574static bool 1572static bool
1575always_valid(Alg *alg) 1573always_valid(Alg *alg)
1576{ 1574{

Generated with cgit - Back to sebastiano.tronto.net