diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index e2a54eb75..0378d79db 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -717,7 +717,7 @@ public: * Note that this method is *not* part of the generic eWoms problem API because it * would force all problens use the ECL material laws. */ - const std::shared_ptr materialLawManager() const + std::shared_ptr materialLawManager() const { return materialLawManager_; } /*!