Changeset 270 for trunk


Ignore:
Timestamp:
05/11/10 15:51:30 (14 years ago)
Author:
mmaipsl
Message:

If SmoothFile section is not in old cards, it would give an error.
Make Smooth section really optionnal.

File:
1 edited

Legend:

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

    r269 r270  
    366366        eval FileName0=\${${ListFilesName}[0]} > /dev/null 2>&1 
    367367 
    368         if [ X${FileName0} != X${NULL_STR} ] ; then 
     368        if ( [ X${FileName0} != X${NULL_STR} ] && [ X${FileName0} != X"Section" ] ) ; then 
    369369            eval NbFiles=\${#${ListFilesName}[@]} > /dev/null 2>&1 
    370370 
Note: See TracChangeset for help on using the changeset viewer.