Changeset 1964


Ignore:
Timestamp:
Feb 10, 2014, 1:54:50 PM (10 years ago)
Author:
fhourdin
Message:

Correction d'une erreur dans makelmdz.
Bug fixing in makelmdz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/makelmdz

    r1944 r1964  
    542542find libf -name '*.[Fh]' -print > tmp77
    543543find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print > tmp90
    544 find libf -name '*.[Fh90]' -print >> tmp90
     544find libf -name '*.F90' -print >> tmp90
    545545
    546546if [[ ! ( -r makefile ) || ! ( -r liste_des_sources_f90 ) || ! ( -r liste_des_sources_f77 ) || ` diff tmp77 liste_des_sources_f77 | wc -w ` -ne 0 || ` diff tmp90 liste_des_sources_f90 | wc -w ` -ne 0 ]]
Note: See TracChangeset for help on using the changeset viewer.