Fix more whitespace tab->space issues.
This commit is contained in:
parent
9e26afaaba
commit
35a8bd4791
@ -35,7 +35,7 @@ namespace Opm
|
||||
/// \param[in] grid A 2d grid object.
|
||||
/// \param[in, out] nb A cell-cell neighbourhood table, such as from vertexNeighbours().
|
||||
void orderCounterClockwise(const UnstructuredGrid& grid,
|
||||
SparseTable<int>& nb);
|
||||
SparseTable<int>& nb);
|
||||
|
||||
} // namespace Opm
|
||||
|
||||
|
@ -76,6 +76,6 @@ BOOST_AUTO_TEST_CASE(cartesian_2d_orderCounterClockwise)
|
||||
const SparseTable<int> truth(elem, elem + num_elem, rowsizes, rowsizes + num_rows);
|
||||
BOOST_CHECK(vnb == truth);
|
||||
for (int c = 0; c < num_rows; ++c) {
|
||||
BOOST_CHECK_EQUAL_COLLECTIONS(vnb[c].begin(), vnb[c].end(), truth[c].begin(), truth[c].end());
|
||||
BOOST_CHECK_EQUAL_COLLECTIONS(vnb[c].begin(), vnb[c].end(), truth[c].begin(), truth[c].end());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user