Skip to content

Commit a933508

Browse files
author
Harry Hughes
committed
minor formatting changes
1 parent a6d8414 commit a933508

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functionality/FunctionalityTestHelper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace ReSolve
55
class FunctionalityTestHelper
66
{
77
public:
8-
FunctionalityTestHelper( ReSolve::real_type tol_init = constants::DEFAULT_TOL );
8+
FunctionalityTestHelper(ReSolve::real_type tol_init = constants::DEFAULT_TOL);
99
~FunctionalityTestHelper();
1010

1111
int checkRefactorizationResult(ReSolve::matrix::Csr& A,

tests/functionality/testSysRefactor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ int main(int argc, char *argv[])
137137
error_sum += status;
138138

139139
// larger tolerance than default 1e-17 because iterative refinement is not applied here
140-
ReSolve::tests::FunctionalityTestHelper testhelper( 1e-12 );
140+
ReSolve::tests::FunctionalityTestHelper testhelper(1e-12);
141141

142142
error_sum +=
143143
testhelper.checkRefactorizationResult(*A, *vec_rhs, *vec_x, solver, "first matrix");

0 commit comments

Comments
 (0)