Skip to content

Commit

Permalink
Commit missing parts of cf2f0e5.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed May 24, 2019
1 parent eb7e12b commit 09ca442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 09ca442

Please sign in to comment.