mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-25 21:40:33 +05:00
changed Autoptr to shared_ptr
This commit is contained in:
parent
9805ec973a
commit
b4fbca16eb
@ -22,7 +22,7 @@ namespace netgen
|
||||
/* *********************** Draw STL Geometry **************** */
|
||||
|
||||
extern STLGeometry * stlgeometry;
|
||||
extern AutoPtr<Mesh> mesh;
|
||||
extern shared_ptr<Mesh> mesh;
|
||||
|
||||
|
||||
// #include "../../ngtcltk/mvdraw.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user