mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Indent nested #if
This commit is contained in:
parent
3f7f81ef03
commit
85c0bbcc10
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user