Skip to content
  • Yohann Bearzi (Kitware)'s avatar
    vtkAMRBox: removing unnecessary assert · b9813fa6
    Yohann Bearzi (Kitware) authored
    There was an assert in `operator=` checking the validity of the AMR box.
    It resulted in deep copying AMR grids with invalid boxes to crash. It is
    not necessary to check for this property at this stage. This function
    just needs to copy.
    b9813fa6