mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
21 lines
590 B
C++
21 lines
590 B
C++
#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
|