mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-27 09:50:34 +05:00
Windows compatibility
This commit is contained in:
parent
066a0505a9
commit
40782e018b
@ -107,7 +107,7 @@ Standard_Integer GEOMImpl_ShapeDriver::Execute(TFunction_Logbook& log) const
|
||||
B.MakeWire(aWire);
|
||||
|
||||
// add edges
|
||||
for (uint ind = 1; ind <= aShapes->Length(); ind++) {
|
||||
for (unsigned int ind = 1; ind <= aShapes->Length(); ind++) {
|
||||
Handle(GEOM_Function) aRefShape = Handle(GEOM_Function)::DownCast(aShapes->Value(ind));
|
||||
TopoDS_Shape aShape_i = aRefShape->GetValue();
|
||||
if (aShape_i.IsNull()) {
|
||||
|
Loading…
Reference in New Issue
Block a user