mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-31 09:49:52 +05:00
22853: EDF 9924 GEOM: Dimension histogram
- Alternative fix for list of shapes case, as previous one is incorrect.
This commit is contained in:
parent
d63b189331
commit
cf8092c355
@ -83,7 +83,7 @@ namespace GEOMUtils
|
|||||||
// keep measures to distribute it
|
// keep measures to distribute it
|
||||||
measures[shift+index] = aMeasure;
|
measures[shift+index] = aMeasure;
|
||||||
}
|
}
|
||||||
shift += aNbS;
|
shift += aSubShapesMap.Extent();
|
||||||
}
|
}
|
||||||
return measures;
|
return measures;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user