Skip to content

Commit c5b898a

Browse files
shakedregevactions-user
authored andcommitted
Apply pre-commmit fixes
1 parent 81fc4a4 commit c5b898a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/functionality/testKlu.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ int runTest(int argc, char* argv[], std::string& solver_name)
102102
ReSolve::GramSchmidt GS(&vector_handler, ReSolve::GramSchmidt::CGS2);
103103
ReSolve::LinSolverIterativeFGMRES FGMRES(&matrix_handler, &vector_handler, &GS);
104104

105-
106-
107105
// Read first matrix
108106
std::ifstream mat1(matrix_file_name_1);
109107
if (!mat1.is_open())

0 commit comments

Comments
 (0)