Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/paw/pawfil1.inc is written in an unsupported language. File is not indexed.

0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.2  1996/03/01 16:49:58  cernlib
0006 * All includes  had picked up a completely wrong #if defined(CERNLIB_UNIX), ie.
0007 *  the real commons/declarations were missing on non-unix.
0008 *
0009 * Revision 1.1.1.1  1996/03/01 11:38:48  mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_PAWFIL1_INC
0014 #define CERNLIB_PAW_PAWFIL1_INC
0015 *
0016 #if defined(CERNLIB_IBM) && !defined(CERNLIB_IBMMVS)
0017 * IF=IBM,IF=-IBMMVS.
0018 *
0019 * pawfil1.inc
0020 *
0021 *CMZ :  2.02/00 13/04/93  18.00.48  by  Rene Brun
0022 *-- Author :
0023       CHARACTER*255 PAWSYS,PAWLOG
0024       DATA PAWSYS/'/PAWSYS KUMAC *'/
0025       DATA PAWLOG/'/PAWLOGON KUMAC *'/
0026 *
0027 * THE FOLLOWING IS NEEDED WHILE KUIP DOES NOT UNDERSTAND VS-FORTRAN
0028 * FILES
0029 *
0030       CHARACTER*255 PAWSY1,PAWLO1,PAWSY2,PAWLO2
0031        DATA PAWSY1/'/PAWSYS KUMAC *'/
0032        DATA PAWLO1/'/PAWLOGON KUMAC *'/
0033        DATA PAWSY2/'PAWSYS.KUMAC.*'/
0034        DATA PAWLO2/'PAWLOGON.KUMAC.*'/
0035 *
0036 #endif
0037 
0038 #endif