home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / piwg / a000102.ada < prev    next >
Encoding:
Text File  |  1988-05-03  |  712 b   |  49 lines

  1. -- This is a procedure that calls the other half of the timing procedures once
  2.  
  3. with L000001 ;
  4. with L000002 ;
  5. with L000003 ;
  6. with P000001 ;
  7. with P000002 ;
  8. with P000003 ;
  9. with P000004 ;
  10. with P000005 ;
  11. with P000006 ;
  12. with P000007 ;
  13. with P000010 ;
  14. with P000011 ;
  15. with P000012 ;
  16. with P000013 ;
  17. with T000001 ;
  18. with T000002 ;
  19. with T000003 ;
  20. with T000004 ;
  21. with T000005 ;
  22. with T000006 ;
  23.  
  24. procedure A000102 is
  25. begin
  26.  
  27.   L000001 ;
  28.   L000002 ;
  29.   L000003 ;
  30.   P000001 ;
  31.   P000002 ;
  32.   P000003 ;
  33.   P000004 ;
  34.   P000005 ;
  35.   P000006 ;
  36.   P000007 ;
  37.   P000010 ;
  38.   P000011 ;
  39.   P000012 ;
  40.   P000013 ;
  41.   T000001 ;
  42.   T000002 ;
  43.   T000003 ;
  44.   T000004 ;
  45.   T000005 ;
  46.   T000006 ;
  47.  
  48. end A000102 ;
  49.