mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-09 03:38:10 -05:00
replace loop with std function, remove print from test
This commit is contained in:
@@ -411,7 +411,6 @@ BOOST_AUTO_TEST_CASE(TestColoredDiluParallelisms5x5Complex)
|
||||
|
||||
coloring = Opm::getMatrixRowColoring(testMatrix, Opm::ColoringType::UPPER);
|
||||
correctColor = {{3, 4}, {1, 2}, {0}};
|
||||
coloring.print(std::cout);
|
||||
|
||||
for (std::size_t i = 0; i < correctColor.size(); ++i){
|
||||
for (std::size_t j = 0; j < correctColor[i].size(); ++j){
|
||||
|
||||
Reference in New Issue
Block a user