* * $Id: guout.F,v 1.5 2004/05/18 12:58:54 jonesrt Exp $ * * * Revision 1.1.1.1 1995/10/24 10:21:52 cernlib * Geant * * #include "geant321/pilot.h" *CMZ : 3.21/02 29/03/94 15.41.35 by S.Giani *-- Author : SUBROUTINE GUOUT * C. ****************************************************************** C. * * C. * User routine called at the end of each event. * C. * * C. ****************************************************************** C. C. #include "geant321/gcomis.inc" C. ------------------------------------------------------------------ C. integer iskip call gelh_outp(iskip) #ifndef DISABLE_OUTPUT call loadOutput(); call flushOutput(); #endif END