mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
Fix warning on vc14
This commit is contained in:
parent
7dd37838f7
commit
d96fd48ee5
@ -3372,8 +3372,8 @@ void IntersectFaces(const TopTools_IndexedDataMapOfShapeListOfShape& theFToRebui
|
|||||||
// check also its vertices
|
// check also its vertices
|
||||||
TopoDS_Iterator aItE(aE);
|
TopoDS_Iterator aItE(aE);
|
||||||
for (; aItE.More(); aItE.Next()) {
|
for (; aItE.More(); aItE.Next()) {
|
||||||
const TopoDS_Shape& aV = aItE.Value();
|
const TopoDS_Shape& aVE = aItE.Value();
|
||||||
if (aDMSF.Find(aV).Extent() > 2) {
|
if (aDMSF.Find(aVE).Extent() > 2) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user