Warning, /include/hplot/quest.inc is written in an unsupported language. File is not indexed.
0001 *
0002 * $Id$
0003 *
0004 * $Log$
0005 * Revision 1.1 1996/01/19 10:50:13 mclareni
0006 * Initial revision
0007 *
0008 *
0009 #ifndef CERNLIB_HPLOT_QUEST_INC
0010 #define CERNLIB_HPLOT_QUEST_INC
0011 *
0012 *
0013 * quest.inc
0014 *
0015 *CMZ : 5.16/00 20/04/93 13.13.43 by O.Couet
0016 *-- Author :
0017 COMMON /QUEST/IQUEST(100)
0018 DIMENSION RQUEST(100)
0019 EQUIVALENCE(IQUEST(1),RQUEST(1))
0020
0021 #endif