Ignore:
Timestamp:
06/05/15 15:29:38 (9 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

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

    r1189 r1204  
    154154  if ( [ X${config_Post_DodsCopy} = X${NULL_STR} ] || [ X${config_Post_DodsCopy} = X ] ) ; then 
    155155    config_Post_DodsCopy=TRUE 
     156  fi 
     157 
     158  #==================================================== 
     159  # IgnoreNonMonotonic : apply default value if not defined 
     160  if ( [ X${config_Post_IgnoreNonMonotonic} = X${NULL_STR} ] || [ X${config_Post_IgnoreNonMonotonic} = X ] ) ; then 
     161    config_Post_IgnoreNonMonotonic=FALSE 
    156162  fi 
    157163 
Note: See TracChangeset for help on using the changeset viewer.