mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
17 lines
566 B
C++
17 lines
566 B
C++
#ifndef FILE_GEOML
|
|
#define FILE_GEOML
|
|
|
|
/* *************************************************************************/
|
|
/* File: geoml.hh */
|
|
/* Author: Joachim Schoeberl */
|
|
/* Date: 21. Jun. 98 */
|
|
/* *************************************************************************/
|
|
|
|
#include <geom/geom.hh>
|
|
|
|
#include <geom/solid.hh>
|
|
#include <geom/algprim.hh>
|
|
#include <geom/adtree.hh>
|
|
#include <geom/csgeom.hh>
|
|
#endif
|