mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
RateConverter: rename EbosSimulator to Simulator
This commit is contained in:
parent
f569f4bbe9
commit
7706748210
@ -90,8 +90,8 @@ namespace Opm {
|
||||
* reservoir voidage rate.
|
||||
*
|
||||
*/
|
||||
template <typename ElementContext, class EbosSimulator>
|
||||
void defineState(const EbosSimulator& simulator)
|
||||
template <typename ElementContext, class Simulator>
|
||||
void defineState(const Simulator& simulator)
|
||||
{
|
||||
// create map from cell to region and set all attributes to
|
||||
// zero
|
||||
|
Loading…
Reference in New Issue
Block a user