* * $Id: isawnd.F,v 1.8 1999/04/08 16:03:10 mclareni Exp $ * * $Log: isawnd.F,v $ * Revision 1.8 1999/04/08 16:03:10 mclareni * Version 7.44 from authors * * #include "sys/CERNLIB_machine.h" #include "pilot.h" SUBROUTINE ISAWND C----------------------------------------------------------------- C- C- Replaces ISAJET ISAWND. Write Zebra end record (1002). C- C- SDP Jan.,1986 C- C----------------------------------------------------------------- C #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif #include "zebcom.inc" #include "isaunt.inc" C---------------------------------------------------------------------- C CALL ISAFFL ! fill ISAF bank C C write out end record CALL FZOUT(ISUNIT,IXMAIN,LISAE,1,' ',1,0,0) CALL MZWIPE(0) CALL ISA_STOP RETURN END