* * $Id: isedit.F,v 1.8 1999/04/08 16:03:16 mclareni Exp $ * * $Log: isedit.F,v $ * Revision 1.8 1999/04/08 16:03:16 mclareni * Version 7.44 from authors * * #include "sys/CERNLIB_machine.h" #include "pilot.h" FUNCTION ISEDIT() C- C---------------------------------------------------------------------- C- C- Purpose and Methods : C- dummy hook for editing events written to output stream C- C- Created 7-NOV-1988 Serban D. Protopopescu C- C---------------------------------------------------------------------- C- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif LOGICAL ISEDIT #include "zebcom.inc" C------------------------------------------------------- ISEDIT=.TRUE. RETURN END