Skip to content
Snippets Groups Projects
Commit 05d5f230 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] removed inheritance

parent 73389e7a
No related branches found
No related tags found
No related merge requests found
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
namespace ProcessLib namespace ProcessLib
{ {
class BoundaryConditionCollection : public BoundaryCondition class BoundaryConditionCollection final
{ {
public: public:
void apply(const double t, GlobalVector const& x, GlobalMatrix& K, void apply(const double t, GlobalVector const& x, GlobalMatrix& K,
GlobalVector& b) override; GlobalVector& b);
std::vector<NumLib::IndexValueVector<GlobalIndexType>> const* std::vector<NumLib::IndexValueVector<GlobalIndexType>> const*
getKnownSolutions(double const /*t*/) const getKnownSolutions(double const /*t*/) const
......
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