mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-13 06:30:34 +05:00
doarchive should not be virtual on non abstact class CurvedElements
This commit is contained in:
parent
8ae2475085
commit
0b0a11c4f5
@ -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