Commit missing parts of cf2f0e5d.

This commit is contained in:
whitequark 2019-05-24 16:02:01 +00:00
parent eb7e12b829
commit 09ca442715

View File

@ -209,7 +209,7 @@ default: dbp("bad constraint type %d", sc->type); return;
// Now we're finally ready to solve! // Now we're finally ready to solve!
bool andFindBad = ssys->calculateFaileds ? true : false; bool andFindBad = ssys->calculateFaileds ? true : false;
SolveResult how = SYS.Solve(&g, &(ssys->dof), &bad, andFindBad, /*andFindFree=*/false); SolveResult how = SYS.Solve(&g, NULL, &(ssys->dof), &bad, andFindBad, /*andFindFree=*/false);
switch(how) { switch(how) {
case SolveResult::OKAY: case SolveResult::OKAY: