Skip to content

Commit 191146a

Browse files
committed
match the types
1 parent 05b73f4 commit 191146a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/mpi/preconditioner/schwarz.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ class SchwarzPreconditioner : public CommonMpiTestFixture {
147147
void assert_equal_to_non_distributed_vector(
148148
std::shared_ptr<dist_vec_type> dist_vec,
149149
std::shared_ptr<local_vec_type> local_vec,
150-
gko::remove_complex<value_type> mult = gko::one<value_type>())
150+
gko::remove_complex<value_type> mult =
151+
gko::one<gko::remove_complex<value_type>>())
151152
{
152153
auto host_row_part = row_part->clone(ref);
153154
auto l_dist_vec = dist_vec->get_local_vector();

0 commit comments

Comments
 (0)