Skip to content

Use bitand function for compatibility with gcc9

Sebastian Ohlmann requested to merge fix_gcc9_compatibility into develop

Description

Use bitand function for compatibility with gcc9 (and also with the Fortran standard) to avoid mixed precision arguments for iand.

Checklist

Merge request reports