1
0
mirror of https://github.com/NGSolve/netgen.git synced 2025-03-13 05:24:35 +05:00

15 lines
109 B
C++
Raw Normal View History

2009-01-12 23:40:13 +00:00
#include <csg.hpp>
namespace netgen
{
Manifold :: Manifold ()
{
;
}
Manifold :: ~Manifold ()
{
;
}
}