From cc0f37413777683ff5434cbaf2c555d6354d2194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Atgeirr=20Fl=C3=B8=20Rasmussen?= Date: Tue, 12 Jun 2012 15:22:23 +0200 Subject: [PATCH] Reindent. --- opm/core/fluid/IncompPropertiesBasic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/core/fluid/IncompPropertiesBasic.hpp b/opm/core/fluid/IncompPropertiesBasic.hpp index 3c8535df..b90b0876 100644 --- a/opm/core/fluid/IncompPropertiesBasic.hpp +++ b/opm/core/fluid/IncompPropertiesBasic.hpp @@ -57,7 +57,7 @@ namespace Opm /// Construct from arguments a basic two phase fluid. IncompPropertiesBasic(const int num_phases, const SaturationPropsBasic::RelPermFunc& relpermfunc, - const std::vector& rho, + const std::vector& rho, const std::vector& mu, const double porosity, const double permeability,