Skip to content

fix uninitialized residue_previous

Martin Lueders requested to merge fix_uninitialized-residue_previous into hotfix-12.2

Description

The variable residue_previous is not initialized. For production runs, this does not matter, as the variable in the uninitialized state is irrelevant, but the debug builder with -ffpe-trap flags reports this as error.

News snippet

Fix minor initialization bug.

Checklist

  • I have checked that my code follows the Octopus coding standards
  • I have added tests for all the new features added in this request.

Merge request reports