Ignore:
Timestamp:
08/31/15 17:37:59 (9 years ago)
Author:
sdipsl
Message:
  • enhance readability
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libIGCM/AA_TimeSeries_Checker

    r1206 r1228  
    313313                if [ ! -f ${DIRECTORY}/${TestedFile} ] ; then 
    314314                  (( countBad = countBad + 1 )) 
    315                   [ ${countBad} = 1 ] && IGCM_debug_Print 3 "Missing time series from ${FILE} :" 
    316                   IGCM_debug_Print 3 ${DIRECTORY}/${TestedFile} 
     315                  [ ${countBad} = 1 ] && IGCM_debug_Print 3 "Missing time series from ${FILE} in ${DIRECTORY} :" 
     316                  IGCM_debug_Print 3 ${TestedFile} 
    317317                  # Then we keep a track of the Best Candidat 
    318318                  if [ ${FoundCandidat} = true ] ; then 
Note: See TracChangeset for help on using the changeset viewer.