-
John Biddiscombe authored
BUG: When reading mixed cell arrays (unstructured), each cell that has a variable number of points has an extra value N added to the cell array in xdmf. When read back and copied into the vtkCellArray, these extra N's need to be subtracted from the total array length. Fix the subtraction so that it handles the general case (I think)
c59f1199