mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
do not define occparameters if not compiled with occ
This commit is contained in:
parent
408f1d76b1
commit
a233a9307e
@ -15,14 +15,17 @@
|
||||
#include <linalg.hpp>
|
||||
#include <csg.hpp>
|
||||
#include <stlgeom.hpp>
|
||||
#include <occgeom.hpp>
|
||||
#include <geometry2d.hpp>
|
||||
#include <meshing.hpp>
|
||||
#include <../visualization/soldata.hpp>
|
||||
|
||||
#ifdef OCCGEOMETRY
|
||||
#include <occgeom.hpp>
|
||||
#endif
|
||||
namespace netgen
|
||||
{
|
||||
DLL_HEADER extern OCCParameters occparam;
|
||||
} // namespace netgen
|
||||
#endif // OCCGEOMETRY
|
||||
|
||||
#include <nginterface.h>
|
||||
|
||||
@ -33,7 +36,6 @@ namespace netgen {
|
||||
MeshingParameters & mp);
|
||||
extern MeshingParameters mparam;
|
||||
DLL_HEADER extern STLParameters stlparam;
|
||||
DLL_HEADER extern OCCParameters occparam;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user