Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fspindle committed Mar 6, 2024
1 parent a7fd579 commit ef5b897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/core/test/math/testMatrixPseudoInverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ int test_pseudo_inverse_eigen3(bool verbose, const std::vector<vpMatrix> &bench,
}
#endif

#if defined(VISP_HAVE_EIGEN3)
#if defined(VISP_HAVE_LAPACK)
int test_pseudo_inverse_lapack(bool verbose, const std::vector<vpMatrix> &bench, std::vector<double> &time)
{
if (verbose)
Expand Down

0 comments on commit ef5b897

Please sign in to comment.