mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-25 04:10:33 +05:00
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:
commit
ae45a7abf0
@ -49,7 +49,7 @@ public:
|
|||||||
|
|
||||||
int GetOrder () { return order; }
|
int GetOrder () { return order; }
|
||||||
|
|
||||||
virtual void DoArchive(Archive& ar)
|
void DoArchive(Archive& ar)
|
||||||
{
|
{
|
||||||
if(ar.Input())
|
if(ar.Input())
|
||||||
buildJacPols();
|
buildJacPols();
|
||||||
|
Loading…
Reference in New Issue
Block a user