netgen/libsrc/geom2d/geometry2d.hpp

21 lines
590 B
C++
Raw Normal View History

2009-01-13 04:40:13 +05:00
#ifndef FILE_GEOMETRY2D
#define FILE_GEOMETRY2D
/* *************************************************************************/
/* File: geometry2d.hpp */
/* Author: Joachim Schoeberl */
/* Date: 20. Jul. 02 */
/* *************************************************************************/
#include <myadt.hpp>
#include <gprim.hpp>
namespace netgen
{
#include "spline.hpp"
#include "splinegeometry.hpp"
#include "geom2dmesh.hpp"
}
#endif