Changeset 28077


Ignore:
Timestamp:
01/30/24 01:20:12 (14 months ago)
Author:
jdquinn
Message:

CHG: Reverting m1qn3 patch to work on errors

File:
1 edited

Legend:

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

    r28076 r28077  
    1 --- src/src/m1qn3.f     2009-10-20 03:39:35
    2 +++ m1qn3.f     2024-01-29 13:06:00
     1--- src/src/m1qn3.f 2009-10-20 06:39:35.000000000 -0400
     2+++ m1qn3.f 2021-08-13 14:44:30.276019165 -0400
    33@@ -802,7 +802,7 @@
    44      &        "  iter  simul  stepsize            f                |g|",
     
    1010       endif
    1111       if (impres.ge.5) write (io,940) eps1
    12 @@ -1354,7 +1354,9 @@
    13  c
    14        if (tg.eq.0.d0) go to 940
    15        fn=fg
    16 -      do 930 i=1,n
    17 +      do i=1,n
    18 +        goto 930
    19 +      end do
    20    930 xn(i)=xn(i)+tg*d(i)
    21    940 if (imp.le.3) go to 999
    22        write (io,1001)
    23 @@ -1365,7 +1367,9 @@
    24  c
    25  c               recopiage de x et boucle
    26  c
    27 -  950 do 960 i=1,n
    28 +  950 do i=1,n
    29 +        goto 960
    30 +      end do
    31    960 x(i)=xn(i)+t*d(i)
    32        go to 100
    33  c     --- linesearch finished, no skip at next entry in mlis3
Note: See TracChangeset for help on using the changeset viewer.