mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
init OCC on non-windows OSs
This commit is contained in:
parent
ad6785731f
commit
10d0f42ae6
@ -3181,10 +3181,8 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
|||||||
|
|
||||||
extern "C" int Ng_stl_Init (Tcl_Interp * interp);
|
extern "C" int Ng_stl_Init (Tcl_Interp * interp);
|
||||||
extern "C" int Ng_geom2d_Init (Tcl_Interp * interp);
|
extern "C" int Ng_geom2d_Init (Tcl_Interp * interp);
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef OCCGEOMETRY
|
#ifdef OCCGEOMETRY
|
||||||
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
|
extern "C" int Ng_occ_Init (Tcl_Interp * interp);
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
@ -3205,11 +3203,9 @@ void PlayAnimFile(const char* name, int speed, int maxcnt)
|
|||||||
Ng_CSG_Init(interp);
|
Ng_CSG_Init(interp);
|
||||||
Ng_stl_Init(interp);
|
Ng_stl_Init(interp);
|
||||||
Ng_geom2d_Init (interp);
|
Ng_geom2d_Init (interp);
|
||||||
#ifdef _MSC_VER
|
|
||||||
#ifdef OCCGEOMETRY
|
#ifdef OCCGEOMETRY
|
||||||
Ng_occ_Init (interp);
|
Ng_occ_Init (interp);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
// Ng_Geom2d_Init(interp);
|
// Ng_Geom2d_Init(interp);
|
||||||
|
Loading…
Reference in New Issue
Block a user