Changeset 1254


Ignore:
Timestamp:
10/16/15 15:50:31 (9 years ago)
Author:
sdipsl
Message:
File:
1 edited

Legend:

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

    r1244 r1254  
    642642      postProcessingComp="null" 
    643643      postProcessingFile="null" 
    644       if [ ${postProcessingIDLength} -eq 3 ] ; then 
     644      if [ ${postProcessingIDLength} -eq 2 ] ; then 
    645645        postProcessingDimn=$( echo "${Script_Post_Output}" | gawk -F. '{print $3}' ) 
    646       elif [ ${postProcessingIDLength} -eq 5 ] ; then 
     646      elif [ ${postProcessingIDLength} -eq 4 ] ; then 
    647647        postProcessingComp=$( echo "${Script_Post_Output}" | gawk -F. '{print $4}' ) 
    648648        postProcessingFile=$( echo "${Script_Post_Output}" | gawk -F. '{print $5}' ) 
Note: See TracChangeset for help on using the changeset viewer.