Skip to content
  • Mathieu Westphal (Kitware)'s avatar
    Fix parallel nhdr reader · 5125a037
    Mathieu Westphal (Kitware) authored
    This commit allows the vtkPNrrdReader to read more than INT_MAX items,
    because of int usage.
    The reader will nom loop over all items while ensuring item index
    do not go over INT_MAX.
    5125a037