Skip to content
  • David C. Lonie's avatar
    Fix some non-linear cell contour implementations. · 33c574fc
    David C. Lonie authored
    cellId indexes into the original dataset's celldata, but these nonlinear
    cells use a different celldata. This causes out-of-bounds memory accesses
    when the cell data arrays are accessed to generate contoured cells.
    33c574fc