Changeset 1254
- Timestamp:
- 10/16/15 15:50:31 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libIGCM/libIGCM_debug/libIGCM_debug.ksh
r1244 r1254 642 642 postProcessingComp="null" 643 643 postProcessingFile="null" 644 if [ ${postProcessingIDLength} -eq 3] ; then644 if [ ${postProcessingIDLength} -eq 2 ] ; then 645 645 postProcessingDimn=$( echo "${Script_Post_Output}" | gawk -F. '{print $3}' ) 646 elif [ ${postProcessingIDLength} -eq 5] ; then646 elif [ ${postProcessingIDLength} -eq 4 ] ; then 647 647 postProcessingComp=$( echo "${Script_Post_Output}" | gawk -F. '{print $4}' ) 648 648 postProcessingFile=$( echo "${Script_Post_Output}" | gawk -F. '{print $5}' )
Note: See TracChangeset
for help on using the changeset viewer.