Skip to content
  • Christopher Subich's avatar
    Fixed minor uninitialized-memory errors in multigrid · 1ed4b331
    Christopher Subich authored
    In a Valgrind check, several usages of uninitialized memory in the
    multigrid code were being caught.  This was related to the check for
    boundary-condition indefiniteness/validity at the coarsest level.  In
    effect these errors were harmless, but fixing them will make future
    Valgrind checks cleaner.
    1ed4b331