mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-09 03:17:27 +05:00
minor changes
This commit is contained in:
parent
57d9686940
commit
55f0c77f45
@ -33,8 +33,8 @@
|
|||||||
#include "SMESH_subMeshEventListener.hxx"
|
#include "SMESH_subMeshEventListener.hxx"
|
||||||
#include "StdMeshers_CartesianParameters3D.hxx"
|
#include "StdMeshers_CartesianParameters3D.hxx"
|
||||||
|
|
||||||
#include "utilities.h"
|
#include <utilities.h>
|
||||||
#include "Utils_ExceptHandlers.hxx"
|
#include <Utils_ExceptHandlers.hxx>
|
||||||
#include <Basics_OCCTVersion.hxx>
|
#include <Basics_OCCTVersion.hxx>
|
||||||
|
|
||||||
#include <BRepAdaptor_Surface.hxx>
|
#include <BRepAdaptor_Surface.hxx>
|
||||||
@ -1309,7 +1309,7 @@ namespace
|
|||||||
_Link& link = _hexLinks[ iLink ];
|
_Link& link = _hexLinks[ iLink ];
|
||||||
link._splits.clear();
|
link._splits.clear();
|
||||||
split._nodes[ 0 ] = link._nodes[0];
|
split._nodes[ 0 ] = link._nodes[0];
|
||||||
for ( size_t i = 0; i < link._intNodes.size(); ++ i )
|
for ( size_t i = 0; i < link._intNodes.size(); ++i )
|
||||||
{
|
{
|
||||||
if ( split._nodes[ 0 ]->Node() )
|
if ( split._nodes[ 0 ]->Node() )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user