New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 2004 for branches/DEV_r1784_mid_year_merge_2010/UTIL/fait_AA_make – NEMO

Ignore:
Timestamp:
2010-07-09T14:40:45+02:00 (14 years ago)
Author:
acc
Message:

ticket #684 step 8: Add in changes from the trunk between revisions 1879 and the 3.2.1 tag (rev 1986)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1784_mid_year_merge_2010/UTIL/fait_AA_make

    r1953 r2004  
    403403   for inc in `sed -n 's/^[   ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $fic | sort -u` 
    404404   do 
     405        if [ "${inc}" != "mpif.h" ] 
     406        then 
    405407       dep="$dep\n$inc" 
     408        fi  
    406409   done 
    407410 
     
    415418   for inc in `sed -n 's/^#[  ]*[iI][nN][cC][lL][uU][dD][eE][  ]*\(['\''"]\)\([^'\''"]*\)\1.*/\2/p' $fic | sort -u` 
    416419   do 
     420        if [ "${inc}" != "mpif.h" ] 
     421        then 
    417422       j=1 
    418423       dep="$dep\n$inc" 
     
    426431          done 
    427432      done 
     433        fi  
    428434   done 
    429435 
Note: See TracChangeset for help on using the changeset viewer.