Loading changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading src/tools/index_invert.F90 +3 −0 Original line number Diff line number Diff line Loading @@ -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_ Loading Loading
changelog.md +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
src/tools/index_invert.F90 +3 −0 Original line number Diff line number Diff line Loading @@ -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_ Loading