SAMRAI
SAMRAI copied to clipboard
Direct Accessing d_boxes in PatchLevel
PatchLevel.C: Line 452 and 618: d_boxes are directly accessed, it can be uninitialized when accessing, e.x. if you are from a restart, ranges of boxes in d_boxes are read boxes are not initialized. Use PatchLevel::getBoxes() instead.