Skip to content
Snippets Groups Projects
Commit dc1b5a90 authored by Philipp Wissmann's avatar Philipp Wissmann
Browse files

PluginBase

parent c7e74c39
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,8 @@ private:
/**
* @brief Base class of assembler plugins. Provides element storage and
* construction methods.
* @remark This base class does not need a virtual destructor as it is only used
* through derived objects.
*/
template <typename Mesh, ElementConcept Element> class PluginBase {
public:
......
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