Skip to content

Fill field data with zero after allocation

Berenger Bramas requested to merge bugfix/init-field-to-zero into feature/new-particles

ensure any access will be on initialized values. I was not making any error but only some accesses on not initialized memory from valgrind (for the first iteration).

Merge request reports