Changeset 549


Ignore:
Timestamp:
02/10/12 11:51:38 (12 years ago)
Author:
sdipsl
Message:
  • On previous commit only IGCM_comp_GetInputBoundaryFiles had the correct behaviour. IGCM_GetInputSmoothFiles and IGCM_comp_GetInputInitialStateFiles were bugged.
File:
1 edited

Legend:

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

    r548 r549  
    301301 
    302302            IGCM_sys_IsFileArchived ${file_in} 
    303             if [ ! $? = 0 ] ; then 
     303            if [ $? = 0 ] ; then 
    304304              IGCM_sys_Get ${file_in} ${file_out} 
    305305              #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
     
    424424 
    425425          IGCM_sys_IsFileArchived ${file_in} 
    426           if [ ! $? = 0 ] ; then 
     426          if [ $? = 0 ] ; then 
    427427            IGCM_sys_Get ${file_in} ${file_out} 
    428428            #IGCM_comp_PrepareDeletedFiles ${file_in} ${file_out} 
Note: See TracChangeset for help on using the changeset viewer.