IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 4, 2009, 4:13:48 PM (17 years ago)
Author:
eugene
Message:

avoid processing if there are no labels in the list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r24041 r24064  
    9696
    9797  task.exec
     98    if ($LABEL:n == 0) break
    9899    $run = warptool -tooverlap
    99100    if ($DB:n == 0)
     
    220221
    221222  task.exec
     223    if ($LABEL:n == 0) break
    222224    $run = warptool -towarped
    223225    if ($DB:n == 0)
     
    356358
    357359  task.exec
     360    if ($LABEL:n == 0) break
    358361    $run = warptool -advancerun -limit 10
    359362    if ($DB:n == 0)
     
    405408
    406409  task.exec
     410    if ($LABEL:n == 0) break
    407411    $run = warptool -pendingcleanuprun
    408412    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.