mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
change order for multiple inheritance
This commit is contained in:
parent
ab92bff3a0
commit
73c60d5194
@ -128,7 +128,7 @@ namespace netgen
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
class SplineGeometry2d : public SplineGeometry<2>, public NetgenGeometry
|
class SplineGeometry2d : public NetgenGeometry, public SplineGeometry<2>
|
||||||
{
|
{
|
||||||
protected:
|
protected:
|
||||||
Array<char*> materials;
|
Array<char*> materials;
|
||||||
|
Loading…
Reference in New Issue
Block a user