Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "segmentation fault in unit-test Field.PeriodicBC"

This MR:

  • Resets output stream in PeriodicBC. This fixes an occassional segfault when running multiple tests after each other (closes #570 (closed)) (a299a45f)
  • Fixes memory errors in unit tests as reported by valgrind: initialise array, check for container end, array deletion (eeda59a1)
  • Adds license header and cleans up whitespace for the affected IPPL files (ca98271d)
Edited by snuverink_j

Merge request reports