* * $Id: isaobr.F,v 1.8 2000/01/12 11:04:35 mclareni Exp $ * * $Log: isaobr.F,v $ * Revision 1.8 2000/01/12 11:04:35 mclareni * Version 7.48 from author, plus modified Imakefiles * * #include "sys/CERNLIB_machine.h" #include "_isajet/pilot.h" FUNCTION ISAOBR() C---------------------------------------------------------------------- C- C- Purpose and Methods : C- Print out to USER.OUT begin-of-run record C- C- Created 6-NOV-1988 Serban D. Protopopescu C- C---------------------------------------------------------------------- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif LOGICAL ISAOBR INTEGER USUNIT,PRUNIT C---------------------------------------------------------------------- C ISAOBR=.TRUE. PRUNIT=USUNIT() CALL PRISAB(PRUNIT,0,0,0,0) 999 RETURN END