OPM / opm-grid

DUNE module supporting grids in a corner-point format
http://www.opm-project.org
GNU General Public License v3.0
20 stars 78 forks source link

fixed: zero-initialize array #759

Closed akva2 closed 1 month ago

akva2 commented 1 month ago

This caused issues for serialization tests with the debug iterator build. Random data cause integer overflow in the getSize method. Granted, those tests probably use classes in states they are not intended to be used, but it's also good to initialize.

akva2 commented 1 month ago

jenkins build this please