Skip to content

Make it not possible to create a cell set without specifying num points

The CellSetExplicit and CellSetSingleType classes have an ivar that marks the number of points. There were several instances of code creating cell sets without specifying the number of points. This can be very bad if subsequent code needs that information.

Merge request reports