Skip to content
Snippets Groups Projects
Commit c11a9df8 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MatL] Constify LinearEl::getMaterialProperties().

parent b61bdb31
No related branches found
No related tags found
No related merge requests found
...@@ -124,8 +124,8 @@ public: ...@@ -124,8 +124,8 @@ public:
ProcessLib::SpatialPosition const& x, ProcessLib::SpatialPosition const& x,
double const T) const; double const T) const;
MaterialProperties getMaterialProperties() const { return _mp; }
MaterialProperties getMaterialProperties() { return _mp; }
protected: protected:
MaterialProperties _mp; MaterialProperties _mp;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment