Changeset 646 for trunk/LMDZ.GENERIC/makegcm_g95
- Timestamp:
- May 3, 2012, 8:59:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/makegcm_g95
r373 r646 599 599 600 600 cd $model 601 find libf -name '*.[Fh]' -print >! tmp77601 find libf -name '*.[Fh]' -print | sort >! tmp77 602 602 #find libf -name '*.[Fh]' -exec egrep -i " *use *ioipsl" {} \; -print >! tmp90 603 find libf -name '*.[Fh]90' -print >> tmp90603 find libf -name '*.[Fh]90' -print | sort >> tmp90 604 604 605 605 if ( `diff tmp77 liste_des_sources_f77 | wc -w` \
Note: See TracChangeset
for help on using the changeset viewer.