Skip to content
Snippets Groups Projects
Commit 5e5ec7ac authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent c0d20d98
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ class femTerm {
GModel *_gm;
public:
femTerm(GModel *gm) : _gm(gm) {}
virtual ~femTerm (){}
virtual ~femTerm(){}
// return the number of columns of the element matrix
virtual int sizeOfC(MElement*) const = 0;
// return the number of rows of the element matrix
......
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