Skip to content

Always return an initialized result to avoid Run-Time Check Failure form ifort.

Nicolas Tancogne-Dejean requested to merge fix_iihash into develop

Description

Always return an initialized result to avoid Run-Time Check Failure form ifort.

News snippet

Fix an uninitialized variable.

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