Télécharger amxloc.eso

Retour à la liste

Numérotation des lignes :

amxloc
  1. C AMXLOC SOURCE PV090527 23/01/27 21:15:06 11574
  2. subroutine amxloc(f,nl,nmax)
  3. implicit real*8 (a-h,o-z)
  4. implicit integer (i-n)
  5. dimension f(nl)
  6. c
  7. fmax=f(1)
  8. nmax=1
  9. do i=2,nl
  10. if(f(i).GT.fmax) then
  11. fmax=f(i)
  12. nmax=i
  13. endif
  14. enddo
  15. return
  16. end
  17.  
  18.  
  19.  

© Cast3M 2003 - Tous droits réservés.
Mentions légales