mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-21 03:39:40 +05:00
unused variable
This commit is contained in:
parent
4dbca3cb46
commit
ce55a111b4
@ -2092,7 +2092,7 @@ bool _ViscousBuilder::smoothAndCheck(_SolidData& data,
|
|||||||
|
|
||||||
distToIntersection = Precision::Infinite();
|
distToIntersection = Precision::Infinite();
|
||||||
double dist;
|
double dist;
|
||||||
const SMDS_MeshElement* intFace = 0, *closestFace = 0;
|
const SMDS_MeshElement* intFace = 0;
|
||||||
#ifdef __myDEBUG
|
#ifdef __myDEBUG
|
||||||
const SMDS_MeshElement* *closestFace = 0;
|
const SMDS_MeshElement* *closestFace = 0;
|
||||||
int iLE = 0;
|
int iLE = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user