Skip to content

Commit

Permalink
missing #endif
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Jul 17, 2024
1 parent 676f094 commit c9537da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/polysolve/linear/Solver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ namespace polysolve::linear
#else
return "Eigen::BiCGSTAB";
#endif
#endif
#endif
}

Expand Down

0 comments on commit c9537da

Please sign in to comment.