We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0760e6f commit 6c57178Copy full SHA for 6c57178
1 file changed
test/mpi/preconditioner/schwarz.cpp
@@ -415,7 +415,6 @@ TYPED_TEST(SchwarzPreconditioner, UnsortedMatrixSolverWithL1Smoother)
415
gko::share(dist_mtx_type::create(this->exec, this->comm));
416
dist_mat_unsorted->read_distributed(unsorted_data, this->row_part);
417
418
-
419
auto sorted_data = unsorted_data;
420
sorted_data.sort_row_major();
421
0 commit comments