From d3962fb7cf83d7e33f9c68d875bcc9b15728a503 Mon Sep 17 00:00:00 2001 From: Robert Kloefkorn Date: Fri, 3 Jul 2015 16:31:52 +0200 Subject: [PATCH] SimulatorState: added copyright BlackoilState: added copyright Also, small docu fix. --- opm/core/simulator/BlackoilState.cpp | 2 +- opm/core/simulator/BlackoilState.hpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/opm/core/simulator/BlackoilState.cpp b/opm/core/simulator/BlackoilState.cpp index b210af6e5..ee16c196f 100644 --- a/opm/core/simulator/BlackoilState.cpp +++ b/opm/core/simulator/BlackoilState.cpp @@ -12,7 +12,7 @@ BlackoilState::init(int number_of_cells, int number_of_phases, int num_phases) gorId_ = SimulatorState::registerCellData( "GASOILRATIO", 1 ); rvId_ = SimulatorState::registerCellData( "RV", 1 ); - // surfvol_ intentionally empty, left to initBlackoilSurfvol + // surfvolumes intentionally empty, left to initBlackoilSurfvol surfaceVolId_ = SimulatorState::registerCellData( "SURFACEVOL", 0 ); } diff --git a/opm/core/simulator/BlackoilState.hpp b/opm/core/simulator/BlackoilState.hpp index c5c6bdab6..b6622e198 100644 --- a/opm/core/simulator/BlackoilState.hpp +++ b/opm/core/simulator/BlackoilState.hpp @@ -1,5 +1,6 @@ /* Copyright 2012 SINTEF ICT, Applied Mathematics. + Copyright 2015 IRIS AS This file is part of the Open Porous Media project (OPM).