mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-12 00:59:16 +05:00
15 lines
109 B
C++
15 lines
109 B
C++
#include <csg.hpp>
|
|
|
|
namespace netgen
|
|
{
|
|
Manifold :: Manifold ()
|
|
{
|
|
;
|
|
}
|
|
|
|
Manifold :: ~Manifold ()
|
|
{
|
|
;
|
|
}
|
|
}
|