Commit 2af1a312 authored by Sarai Dery Folkestad's avatar Sarai Dery Folkestad
Browse files

Merge branch 'fix_invert_packed_index_warning_gcc_14' into 'development'

Fix compiler warning for GCC 14

See merge request !1540
parents 760fad04 09c2589d
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -255,6 +255,7 @@ some roots were converged and others below the linear dependence threshold. eT-p
- Removed support for deprecated Intel compilers. eT-program/eT!1268
- Fixed issues for gfortran-13 compilers. eT-program/eT!1364, eT-program/eT!1416 eT-program/eT!1451
- Added support for LLVM-based Intel compilers (icx, icpx, ifx). eT-program/eT!1399
- Fixed warning for gfortran-14 compilers. eT-program/eT!1440

## Development tools
- `update_copyright` now skips changelog.md. eT-program/eT!1305
+3 −0
Original line number Diff line number Diff line
@@ -77,6 +77,9 @@ contains

      ! Loop through upper triangular part until the index matches

      p = 0
      q = 0

      found = .false.
      do I = 1, dim_
         do J = I, dim_