Skip to content

Commit a8b7b4d

Browse files
committed
address the review suggestions
1 parent ad73ef5 commit a8b7b4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/distributed/preconditioner/schwarz.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
#include "ginkgo/core/distributed/preconditioner/schwarz.hpp"
66

7-
#include <cmath>
87
#include <memory>
98

109
#include <ginkgo/core/base/exception_helpers.hpp>

test/mpi/preconditioner/schwarz.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ TYPED_TEST(SchwarzPreconditioner, CanApplyPreconditionerWithL1Smoother)
386386
this->non_dist_x);
387387
}
388388

389+
389390
TYPED_TEST(SchwarzPreconditioner, CanApplyPreconditionedSolverWithL1Smoother)
390391
{
391392
using value_type = typename TestFixture::value_type;

0 commit comments

Comments
 (0)