From 3a0db3adff1a822c410913be3f65b4c2cf01ed77 Mon Sep 17 00:00:00 2001 From: hnil Date: Wed, 3 Apr 2019 09:09:57 +0200 Subject: [PATCH] fixed indentation --- opm/autodiff/ISTLSolverEbos.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/autodiff/ISTLSolverEbos.hpp b/opm/autodiff/ISTLSolverEbos.hpp index b092894be..1b56b09f2 100644 --- a/opm/autodiff/ISTLSolverEbos.hpp +++ b/opm/autodiff/ISTLSolverEbos.hpp @@ -195,7 +195,7 @@ protected: typedef typename GET_PROP_TYPE(TypeTag, ElementContext) ElementContext; // Due to miscibility oil <-> gas the water eqn is the one we can replace with a pressure equation. static const bool waterEnabled = Indices::waterEnabled; - static const int pindex = (waterEnabled) ? BlackOilDefaultIndexTraits::waterCompIdx : BlackOilDefaultIndexTraits::oilCompIdx; + static const int pindex = (waterEnabled) ? BlackOilDefaultIndexTraits::waterCompIdx : BlackOilDefaultIndexTraits::oilCompIdx; enum { pressureEqnIndex = pindex }; enum { pressureVarIndex = Indices::pressureSwitchIdx }; static const int numEq = Indices::numEq;