Skip to content
Snippets Groups Projects
Commit 3721358c authored by Tom Fischer's avatar Tom Fischer
Browse files

made the declaration of the signature of the copy constructor of class...

made the declaration of the signature of the copy constructor of class template TemplateHex the same as for imlementation
parent 8c789710
No related branches found
No related tags found
No related merge requests found
......@@ -51,7 +51,7 @@ public:
TemplateHex(Node* nodes[NNODES], unsigned value = 0);
/// Copy constructor
TemplateHex(const TemplateHex &hex);
TemplateHex(const TemplateHex<NNODES,FEMHEXTYPE> &hex);
/// Destructor
virtual ~TemplateHex();
......
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