one line per variable as requested.

This commit is contained in:
Markus Blatt 2019-01-16 13:07:52 +01:00
parent d87c5764b9
commit 3b8ef5f004

View File

@ -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)
{