Changeset 28254


Ignore:
Timestamp:
05/06/24 11:14:15 (12 months ago)
Author:
jdquinn
Message:

BUG: Updated patch for ifort/ifx

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/m1qn3/patch/m1qn3.f.patch

    r28088 r28254  
    1 --- ./src/src/m1qn3.f   2024-01-31 13:56:49
    2 +++ ./m1qn3.f   2024-01-31 13:56:32
     1--- src/src/m1qn3.f     2009-10-20 03:39:35
     2+++ m1qn3.f     2024-05-06 11:12:30
     3@@ -802,7 +802,7 @@
     4      &        "  iter  simul  stepsize            f                |g|",
     5      &        "       |g|/|g0|"
     6           write(io,
     7-     &        '(1x,i5,2x,i5,2x,1pd8.2,2x,d21.14,2x,d11.5,2x,d10.4)')
     8+     &        '(1x,i5,2x,i5,2x,1pd8.2,2x,d21.14,2x,d12.5,2x,d10.4)')
     9      &        niter, isim, t, f, gnorm, eps1
     10       endif
     11       if (impres.ge.5) write (io,940) eps1
    312@@ -1355,7 +1355,8 @@
    413       if (tg.eq.0.d0) go to 940
Note: See TracChangeset for help on using the changeset viewer.