mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-19 05:53:28 -06:00
Made the virtual methods private.
This commit is contained in:
parent
c9c2794176
commit
30324f84e6
@ -36,6 +36,7 @@ namespace Opm
|
||||
{
|
||||
public:
|
||||
virtual ~TransportModelInterface() {}
|
||||
private:
|
||||
virtual void solveSingleCell(const int cell) = 0;
|
||||
virtual void solveMultiCell(const int num_cells, const int* cells) = 0;
|
||||
protected:
|
||||
|
Loading…
Reference in New Issue
Block a user