mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-23 09:46:24 -06:00
one line per variable as requested.
This commit is contained in:
parent
d87c5764b9
commit
3b8ef5f004
@ -655,8 +655,10 @@ private:
|
||||
|
||||
for (const auto& nncEntry : nnc.nncdata())
|
||||
{
|
||||
auto c1 = nncEntry.cell1, c2 = nncEntry.cell2;
|
||||
auto low = cartesianToCompressed[c1], high = cartesianToCompressed[c2];
|
||||
auto c1 = nncEntry.cell1;
|
||||
auto c2 = nncEntry.cell2;
|
||||
auto low = cartesianToCompressed[c1];
|
||||
auto high = cartesianToCompressed[c2];
|
||||
|
||||
if ( low > high)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user