diff --git a/opm/polymer/PolymerState.hpp b/opm/polymer/PolymerState.hpp index ebda6bb76..6d49aa27f 100644 --- a/opm/polymer/PolymerState.hpp +++ b/opm/polymer/PolymerState.hpp @@ -29,6 +29,8 @@ namespace Opm { /// Simulator state for a two-phase simulator with polymer. + /// Inheritance is not used for runtime polymorphism, + /// just for simplicity of implementation. class PolymerState : public TwophaseState { public: