SALOME 9.1.0 Windows version
This commit is contained in:
parent
42a2e30144
commit
2ced8ee24b
@ -2398,7 +2398,7 @@ int NETGENPlugin_Mesher::FillSMesh(const netgen::OCCGeometry& occgeo,
|
||||
for ( ngID = i = 1; i < nodeVecSize; ++ngID, ++i )
|
||||
{
|
||||
gp_Pnt ngPnt( NGPOINT_COORDS( ngMesh.Point( ngID )));
|
||||
gp_Pnt node ( SMESH_NodeXYZ ( nodeVec[ i ]));
|
||||
gp_Pnt node ( SMESH_NodeXYZ (nodeVec_ACCESS(i) ));
|
||||
if ( ngPnt.SquareDistance( node ) < eps )
|
||||
{
|
||||
nodeVec[ ngID ] = nodeVec[ i ];
|
||||
|
@ -49,15 +49,18 @@
|
||||
|
||||
using namespace nglib;
|
||||
|
||||
// namespace netgen
|
||||
// {
|
||||
// #if defined(NETGEN_V5) && defined(WIN32)
|
||||
// DLL_HEADER
|
||||
// #endif
|
||||
// extern STLParameters stlparam;
|
||||
// }
|
||||
namespace netgen {
|
||||
|
||||
#if defined(NETGEN_V5) && defined(WIN32)
|
||||
DLL_HEADER
|
||||
#endif
|
||||
extern STLParameters stlparam;
|
||||
}
|
||||
namespace nglib
|
||||
{
|
||||
#if defined(NETGEN_V5) && defined(WIN32)
|
||||
DLL_HEADER
|
||||
#endif
|
||||
extern netgen::Array<netgen::Point<3> > readedges;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user