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

[PL] GWF: Remove no longer needed process var ptr.

parent 4d44f7de
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,6 @@ public: ...@@ -75,7 +75,6 @@ public:
name.c_str()); name.c_str());
this->_process_variables.emplace_back( this->_process_variables.emplace_back(
const_cast<ProcessVariable*>(&*variable)); const_cast<ProcessVariable*>(&*variable));
_hydraulic_head = this->_process_variables.back();
} }
// Hydraulic conductivity parameter. // Hydraulic conductivity parameter.
...@@ -249,8 +248,6 @@ public: ...@@ -249,8 +248,6 @@ public:
} }
private: private:
ProcessVariable* _hydraulic_head = nullptr;
Parameter<double, MeshLib::Element const&> const* _hydraulic_conductivity = nullptr; Parameter<double, MeshLib::Element const&> const* _hydraulic_conductivity = nullptr;
using LocalAssembler = GroundwaterFlow::LocalAssemblerDataInterface< using LocalAssembler = GroundwaterFlow::LocalAssemblerDataInterface<
......
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