1#ifndef FILE_GEOMETRY2D 2#define FILE_GEOMETRY2D 3 4/* *************************************************************************/ 5/* File: geometry2d.hpp */ 6/* Author: Joachim Schoeberl */ 7/* Date: 20. Jul. 02 */ 8/* *************************************************************************/ 9 10#include <myadt.hpp> 11#include <gprim.hpp> 12 13namespace netgen 14{ 15#include "spline.hpp" 16#include "splinegeometry.hpp" 17#include "geom2dmesh.hpp" 18} 19 20#endif 21 22