mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-19 08:43:07 +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();
|
||||
double dist;
|
||||
const SMDS_MeshElement* intFace = 0, *closestFace = 0;
|
||||
const SMDS_MeshElement* intFace = 0;
|
||||
#ifdef __myDEBUG
|
||||
const SMDS_MeshElement* *closestFace = 0;
|
||||
int iLE = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user