mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
RegionAverageCalculator: rename EbosSimulator to Simulator
This commit is contained in:
parent
7706748210
commit
dd290b4a1d
@ -81,13 +81,11 @@ namespace Opm {
|
||||
|
||||
|
||||
/**
|
||||
* Compute pore volume averaged hydrocarbon state pressure, *
|
||||
* Compute pore volume averaged hydrocarbon state pressure
|
||||
*/
|
||||
template <typename ElementContext, class EbosSimulator>
|
||||
void defineState(const EbosSimulator& simulator)
|
||||
template <typename ElementContext, class Simulator>
|
||||
void defineState(const Simulator& simulator)
|
||||
{
|
||||
|
||||
|
||||
int numRegions = 0;
|
||||
const auto& gridView = simulator.gridView();
|
||||
const auto& comm = gridView.comm();
|
||||
|
Loading…
Reference in New Issue
Block a user