netgen/libsrc/geom2d/geometry2d.hpp
2009-09-07 11:50:13 +00:00

20 lines
571 B
C++

#ifndef FILE_GEOMETRY2D
#define FILE_GEOMETRY2D
/* *************************************************************************/
/* File: geometry2d.hpp */
/* Author: Joachim Schoeberl */
/* Date: 20. Jul. 02 */
/* *************************************************************************/
#include <myadt.hpp>
#include <gprim.hpp>
#include "spline.hpp"
#include "splinegeometry.hpp"
#include "geom2dmesh.hpp"
#endif