aboutsummaryrefslogtreecommitdiff
path: root/src/solvers/coord/solve.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/solvers/coord/solve.h')
-rw-r--r--src/solvers/coord/solve.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/solvers/coord/solve.h b/src/solvers/coord/solve.h
index a2f89db..75ec200 100644
--- a/src/solvers/coord/solve.h
+++ b/src/solvers/coord/solve.h
@@ -312,14 +312,6 @@ solve_coord(
312 .solution_settings = &solution_settings, 312 .solution_settings = &solution_settings,
313 .solution_list = &solution_list, 313 .solution_list = &solution_list,
314 .nissflag = nissflag, 314 .nissflag = nissflag,
315
316 /*
317 Since no move has been done yet, this field should be
318 neither true nor false; using its value now is logically
319 undefined behavior.
320 TODO: find a more elegant solution
321 */
322 .lastisnormal = true,
323 }; 315 };
324 316
325 if (coord->coord(c, coord_data) == 0) { 317 if (coord->coord(c, coord_data) == 0) {

Generated with cgit - Back to sebastiano.tronto.net