IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2012, 11:38:57 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/ippTasks/pantasks.pro

    r34066 r34242  
    506506end
    507507
     508macro set.keep.failures
     509  if ($0 != 2)
     510    echo "USAGE:set.keep.failures (value)"
     511    break
     512  end
     513
     514  $KEEP_FAILURES = $1
     515end
     516
     517macro get.keep.failures
     518  echo "KEEP_FAILURES: $KEEP_FAILURES"
     519end
     520
     521
     522
     523
    508524macro set.verbosity
    509525  if ($0 != 2)
Note: See TracChangeset for help on using the changeset viewer.