IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18791


Ignore:
Timestamp:
Jul 30, 2008, 2:00:00 PM (18 years ago)
Author:
Paul Price
Message:

Adopting common macro naming convenion.

Location:
trunk/ippTasks
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/automate.pro

    r18691 r18791  
    1717# DONE (action finished)
    1818
    19 macro init.automate
     19macro automate.reset
    2020  ## probably should not always init
    2121  book init automate
    2222end
    2323
    24 macro load.automate
     24macro automate.load
    2525  if ($0 != 3)
    26     echo "USAGE: load.automate (filename) (dbname)"
     26    echo "USAGE: automate.load (filename) (dbname)"
    2727    break
    2828  end
  • trunk/ippTasks/simtest.pro

    r17607 r18791  
    4444  add.database $dbname
    4545
    46   load.automate simtest.auto $dbname
     46  automate.load simtest.auto $dbname
    4747  run
    4848end
Note: See TracChangeset for help on using the changeset viewer.