* * $Id: isaoer.F,v 1.7 1999/04/08 16:03:05 mclareni Exp $ * * $Log: isaoer.F,v $ * Revision 1.7 1999/04/08 16:03:05 mclareni * Version 7.44 from authors * * #include "sys/CERNLIB_machine.h" #include "pilot.h" FUNCTION ISAOER() C---------------------------------------------------------------------- C- C- Purpose and Methods : C- Print out to USER.OUT end-of-run record C- C- Created 6-NOV-1988 Serban D. Protopopescu C- C---------------------------------------------------------------------- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif LOGICAL ISAOER INTEGER USUNIT,PRUNIT C---------------------------------------------------------------------- C ISAOER=.TRUE. PRUNIT=USUNIT() CALL PRISAF(PRUNIT,0,0,0,0) 999 RETURN END