SimulatorState: added copyright

BlackoilState: added copyright

Also, small docu fix.
This commit is contained in:
Robert Kloefkorn 2015-07-03 16:31:52 +02:00
parent 78c53fa1ed
commit d3962fb7cf
2 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,7 @@ BlackoilState::init(int number_of_cells, int number_of_phases, int num_phases)
gorId_ = SimulatorState::registerCellData( "GASOILRATIO", 1 ); gorId_ = SimulatorState::registerCellData( "GASOILRATIO", 1 );
rvId_ = SimulatorState::registerCellData( "RV", 1 ); rvId_ = SimulatorState::registerCellData( "RV", 1 );
// surfvol_ intentionally empty, left to initBlackoilSurfvol // surfvolumes intentionally empty, left to initBlackoilSurfvol
surfaceVolId_ = SimulatorState::registerCellData( "SURFACEVOL", 0 ); surfaceVolId_ = SimulatorState::registerCellData( "SURFACEVOL", 0 );
} }

View File

@ -1,5 +1,6 @@
/* /*
Copyright 2012 SINTEF ICT, Applied Mathematics. Copyright 2012 SINTEF ICT, Applied Mathematics.
Copyright 2015 IRIS AS
This file is part of the Open Porous Media project (OPM). This file is part of the Open Porous Media project (OPM).