home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l455 / 2.ddi / MUTOOLS2.DI$ / HIMATIC.M < prev    next >
Encoding:
Text File  |  1993-03-11  |  359 b   |  15 lines

  1. echo off
  2. systemnames = 'himat wdel wp';
  3. inputvar = '[pert(2); dist(2); control(2)]';
  4. outputvar = '[ wdel ; wp; himat + dist ]';
  5. input_to_himat = '[ control + pert ]';
  6. input_to_wdel = '[ control ]';
  7. input_to_wp = '[ himat + dist ]';
  8. sysoutname = 'himat_ic';
  9. cleanupsysic = 'yes';
  10. sysic
  11.  
  12. echo on
  13. %
  14. % Copyright MUSYN INC 1991,  All Rights Reserved
  15.