Changeset 1102


Ignore:
Timestamp:
10/22/14 14:17:51 (10 years ago)
Author:
aclsce
Message:

Modified : IGCM_comp_modifyDefFile function must not treat used*.def files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/libIGCM_comp/libIGCM_comp.ksh

    r1099 r1102  
    10001000  fi 
    10011001 
    1002   # Define list of files to test using all files with suffix .def 
    1003   filelist=$( ls *def ) 
     1002  # Define list of files to test using all files with suffix .def (except used*.def) 
     1003  filelist=$( ls *def | grep -v used ) 
    10041004 
    10051005  # Count number of occurances for the key in all files 
Note: See TracChangeset for help on using the changeset viewer.