Skip to content
  • Mickael PHILIT's avatar
    Prevent out of bounds access of CellData arrays · 14351fb0
    Mickael PHILIT authored
    Since the GetMappedExtentValue is based on PointExtent,
     it can return an out of bound value in case of i == IMAX or j == JMAX or k == KMAX
    so we decrement the value when it is different from 0 to stay bounded.
    14351fb0