mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Main content is now in FlowMainBase, which takes Implementation as a template parameter. FlowMain inherits from FlowMainBase with itself as Implementation template parameter. Only the createSimulator() method is implemented in FlowMain (as opposed to in FlowMainBase). All subclasses must implement createSimulator().