RegionAverageCalculator: rename EbosSimulator to Simulator

This commit is contained in:
Arne Morten Kvarving 2024-02-06 13:32:31 +01:00
parent 7706748210
commit dd290b4a1d

View File

@ -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();