diff --git a/ProcessLib/HT/MonolithicHTFEM.h b/ProcessLib/HT/MonolithicHTFEM.h index 8190246959845acfb777ee3bbc6a12dd63e5ee98..b3948083223f807d4fd832fc3d8a4a6dbfda1c39 100644 --- a/ProcessLib/HT/MonolithicHTFEM.h +++ b/ProcessLib/HT/MonolithicHTFEM.h @@ -218,6 +218,12 @@ public: return this->getIntPtDarcyVelocityLocal(t, local_p, local_x, cache); } + +private: + using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::pressure_index; + using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::pressure_size; + using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::temperature_index; + using HTFEM<ShapeFunction, IntegrationMethod, GlobalDim>::temperature_size; }; } // namespace HT