mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-26 09:20:35 +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
|
||||
measures[shift+index] = aMeasure;
|
||||
}
|
||||
shift += aNbS;
|
||||
shift += aSubShapesMap.Extent();
|
||||
}
|
||||
return measures;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user