Merge branch 'curvedele_not_virtual' into 'master'

doarchive should not be virtual on non abstact class CurvedElements

See merge request jschoeberl/netgen!185
This commit is contained in:
Joachim Schöberl 2019-07-31 17:06:34 +00:00
commit ae45a7abf0

View File

@ -49,7 +49,7 @@ public:
int GetOrder () { return order; }
virtual void DoArchive(Archive& ar)
void DoArchive(Archive& ar)
{
if(ar.Input())
buildJacPols();