SAMRAI icon indicating copy to clipboard operation
SAMRAI copied to clipboard

Change some C-style arrays to std::arrays and add default initialization

Open nselliott opened this issue 1 year ago • 0 comments

This changes some of the small arrays in ArrayData to the standard type and adds default initialization to eliminate some warnings on potential use of uninitialized data.

nselliott avatar Oct 10 '22 20:10 nselliott