Commit missing parts of cf2f0e5d
.
This commit is contained in:
parent
eb7e12b829
commit
09ca442715
@ -209,7 +209,7 @@ default: dbp("bad constraint type %d", sc->type); return;
|
||||
|
||||
// Now we're finally ready to solve!
|
||||
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) {
|
||||
case SolveResult::OKAY:
|
||||
|
Loading…
Reference in New Issue
Block a user