* * $Id: gziscl.F,v 1.8 1999/04/08 16:02:44 mclareni Exp $ * * $Log: gziscl.F,v $ * Revision 1.8 1999/04/08 16:02:44 mclareni * Version 7.44 from authors * * #include "sys/CERNLIB_machine.h" #include "pilot.h" FUNCTION GZISCL() C---------------------------------------------------------------------- C- C- Purpose and Methods : C- get pointer to first ISCL bank C- Returned value : pointer C- C- Created 29-JAN-1990 Serban D. Protopopescu C- C---------------------------------------------------------------------- #if defined(CERNLIB_IMPNONE) IMPLICIT NONE #endif #include "zebcom.inc" #include "izisac.inc" #include "iziscl.inc" INTEGER GZISCL,GZISAC,LISAC C---------------------------------------------------------------------- GZISCL=0 LISAC=GZISAC() IF (LISAC.NE.0 ) GZISCL=LQ(LISAC-IZISCL) 999 RETURN END