Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pghysels committed Jun 20, 2024
1 parent 44cc00b commit 2514f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparseSolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ namespace strumpack {
<< " https://bitbucket.org/icl/magma/src/master/" << std::endl
<< "Configure with -DTPL_ENABLE_MAGMA=ON" << std::endl
<< "and set the MAGMA_DIR environment variable" << std::endl
<< "-------------------------------------------------------" << std::endl
<< "-------------------------------------------------------" << std::endl;
#endif
tree()->multifrontal_solve(X);
};
Expand Down

0 comments on commit 2514f52

Please sign in to comment.