fix hanging

This commit is contained in:
Val Erastov 2014-09-29 21:38:33 -07:00
parent c8eed10899
commit a69f9c2c04

View file

@ -39,7 +39,9 @@ public class GlobalSolver {
Solver.SubSystem shrunk = shrink(subSystem);
triedShrink = true;
globalSolve(shrunk, linearSolvedCallback);
}
} else {
return;
}
}
linearSolvedCallback.run();
}