Indent nested #if

This commit is contained in:
Markus Blatt 2016-11-09 10:08:56 +00:00
parent 3f7f81ef03
commit 85c0bbcc10

View File

@ -91,11 +91,11 @@ namespace Opm
nnz = ia[rows];
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 3)
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 5)
#if DUNE_VERSION_NEWER(DUNE_ISTL, 2, 5)
this->allocationSize_ = nnz;
#else
#else
this->allocationSize = nnz;
#endif
#endif
this->avg = 0;
this->overflowsize = -1.0;
#endif