Skip to content
  • George Zagaris's avatar
    BUGFIX: Add NULL grid to MultiPiece · b31324d2
    George Zagaris authored
    NULL grids were catched and not added in the
    MultiPiece data-set. This was primarilly done
    for distributed data-sets where each process
    has the data it owns and only has metadata for all
    other processes. However, this was causing problems
    since the required metadata object (vtkInformation)
    was not being built unless the data (null or not)
    was actually added to the internal data-structure.
    b31324d2