mirror of
https://github.com/NGSolve/netgen.git
synced 2025-01-11 21:50:34 +05:00
changed Autoptr to shared_ptr
This commit is contained in:
parent
e05da58ed5
commit
affe34d80f
@ -17,7 +17,7 @@ namespace netgen
|
||||
|
||||
/* *********************** Draw Geometry **************** */
|
||||
|
||||
extern AutoPtr<Mesh> mesh;
|
||||
extern shared_ptr<Mesh> mesh;
|
||||
extern Array<SpecialPoint> specpoints;
|
||||
extern Array<Box<3> > boxes;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user