PROGRAM TRGMON_MAIN C---------------------------------------------------------------------- C- C- Purpose and Methods : Calls the routine TRGMON driver. This is used to C- call the rest of the program as a shareable image. C- C- Inputs : none C- Outputs : none C- Controls: none C- C- Created 14-MAR-1991 MICHIGAN STATE UNIVERSITY, TRIGGER CONTROL SOFTWARE C- Updated 8-SEP-1993 Philippe Laurens - MSU L1 Trigger C- Drop the use of shareable images C- - that has never been able to work without C- - interference inside other programs C- - that prevents the stack dump (and debugger) to C- follow routine names. C- C---------------------------------------------------------------------- IMPLICIT NONE CALL TRGMON_DRIVER () C---------------------------------------------------------------------- END