--- MITgcm/lsopt/lsupdxx.F 2002/02/05 20:34:34 1.1.2.1 +++ MITgcm/lsopt/lsupdxx.F 2002/12/06 01:47:35 1.1.2.2 @@ -46,8 +46,8 @@ integer i double precision fdiff, preco - double precision SDOT - external SDOT + double precision DDOT + external DDOT c ================================================================== @@ -99,7 +99,7 @@ c----------------------------------------- c check whether new direction is a descent one c----------------------------------------- - dotdg = SDOT( nn, dd, 1, gg, 1 ) + dotdg = DDOT( nn, dd, 1, gg, 1 ) if (dotdg .ge. 0.0) then ifail = 4 goto 999