next up previous contents index
Next: store Up: Useful Macros Previous: gui   Contents   Index

select

select is a macro enabling easy selection of one of the test cases. It invokes the unix commands:

cp ../data/TEST$1/CONTROL CONTROL
cp ../data/TEST$1/FIELD   FIELD
cp ../data/TEST$1/CONFIG  CONFIG
select requires one argument (an integer) to be specified:
 
select n
 
where n is test case number, which ranges from 1 to 10.

This macro sets up the required input files in the execute sub-directory to run the n-th test case.



W Smith 2003-05-12