Skip to content

Commit

Permalink
Fix compile for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Glowacki committed Jul 11, 2024
1 parent 42b75be commit 63dcaa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/LinearSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ void LinearSolver::setTransformer(gstar::ITransformer* transformer)

bool LinearSolver::run()
{

return false;
}

//--------------------------------------------------------------------------

0 comments on commit 63dcaa1

Please sign in to comment.