Warning, /include/hplot/hplstr.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_HPLSTR_INC
0010 #define CERNLIB_HPLOT_HPLSTR_INC
0011 *
0012 *
0013 * hplstr.inc
0014 *
0015 *CMZ : 5.18/14 30/06/94 12.05.53 by O.Couet
0016 *-- Author : O.Couet 30/06/94
0017 PARAMETER (ISTRSZ = 324)
0018 COMMON /HPLSTR/ CHTEMP
0019 CHARACTER*(ISTRSZ) CHTEMP
0020
0021 #endif