mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-21 10:13:43 +03:00
0023318: If statement equal to else statement in AIS_ConcentricRelation.cxx, lines 108-115
Corrected the else-clause.
This commit is contained in:
parent
d015d21804
commit
53aa7b3237
@ -110,8 +110,8 @@ void AIS_ConcentricRelation::ComputeEdgeVertexConcentric(const Handle(Prs3d_Pres
|
|||||||
V = TopoDS::Vertex(mySShape);
|
V = TopoDS::Vertex(mySShape);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
E = TopoDS::Edge(myFShape);
|
E = TopoDS::Edge(mySShape);
|
||||||
V = TopoDS::Vertex(mySShape);
|
V = TopoDS::Vertex(myFShape);
|
||||||
}
|
}
|
||||||
gp_Pnt p1,p2;
|
gp_Pnt p1,p2;
|
||||||
Handle(Geom_Curve) C;
|
Handle(Geom_Curve) C;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user