Fix typos

This commit is contained in:
Mike Taves
2024-08-02 00:06:24 +00:00
committed by Charles Schlosser
parent fd98cc49f1
commit c593e9e948
26 changed files with 38 additions and 38 deletions

View File

@@ -37,5 +37,5 @@ void test_minres_T() {
EIGEN_DECLARE_TEST(minres) {
CALL_SUBTEST_1(test_minres_T<double>());
// CALL_SUBTEST_2(test_minres_T<std::compex<double> >());
// CALL_SUBTEST_2(test_minres_T<std::complex<double> >());
}