Skip to content

Commit 9dc1fa4

Browse files
author
Harry Hughes
committed
updated comment
1 parent 6aa2ae0 commit 9dc1fa4

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/functionality/FunctionalityTestHelper.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ void FunctionalityTestHelper::calculateNorms( AxEqualsRhsProblem &problem )
313313
calculateTrueNorm(A, vec_rhs);
314314
}
315315

316-
// Captain! this should be split into two functions for separate printing and checking
316+
// note: this should be split into two functions for separate printing and checking
317317
int FunctionalityTestHelper::checkResult(
318318
ReSolve::matrix::Csr& A,
319319
ReSolve::vector::Vector& vec_rhs,
@@ -412,7 +412,7 @@ int FunctionalityTestHelper::checkNormOfScaledResiduals(ReSolve::matrix::Csr& A,
412412
}
413413

414414

415-
// Captain! pass rel_residual_norm in as a function parameter rather than calculate here
415+
// note: pass rel_residual_norm in as a function parameter rather than calculate here
416416
int FunctionalityTestHelper::checkRelativeResidualNorm(ReSolve::vector::Vector& vec_rhs,
417417
ReSolve::vector::Vector& vec_x,
418418
ReSolve::SystemSolver& solver)

tests/functionality/testSysRefactor.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ int verifyResult( AxEqualsRhsProblem &axb,
6464
// Compute norm of scaled residuals
6565
error_sum += test_helper.checkNormOfScaledResiduals(*A, *vec_rhs, *vec_x, solver);
6666

67-
// Captain! split this into residual checking and printing
6867
error_sum +=
6968
test_helper.checkResult(*A, *vec_rhs, *vec_x, solver, "first matrix");
7069

0 commit comments

Comments
 (0)