From c7a9e84be63b0a04c4e4eb1ca3912e324f439f19 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 3c8535df6..b90b0876f 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,