Warning, /include/paw/fpcoms.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:50 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:47 mclareni
0010 * Paw
0011 *
0012 *
0013 #ifndef CERNLIB_PAW_FPCOMS_INC
0014 #define CERNLIB_PAW_FPCOMS_INC
0015 *
0016 *
0017 * fpcoms.inc
0018 *
0019 *CMZ : 2.07/00 24/04/95 17.58.46 by O.Couet
0020 *-- Author : Gregory Kozlovsky 09/04/95
0021 *
0022 * tranfer data from pafith and pafitv to the fit panel
0023 * and store data needed to draw graphics in HFGRUPDATE and VFGRUPDATE
0024 * CHFOPTN - fit options, CHPOPTN - plot options
0025 * HFXMIN,HFXMAX - the scale in x which does not change
0026 *
0027 CHARACTER*32 CHFOPTN,CHPOPTN
0028 CHARACTER*80 XVECNAM,YVECNAM,EYVECNAM,
0029 + VPARNAM,VLOWNAM,VUPPNAM,VSTEPNAM,VERRORNUM
0030 COMMON/FPCOM/ JAD,FPXMIN,FPXMAX,FPYMIN,FPYMAX
0031 COMMON/FPCOMC/ CHFOPTN,CHPOPTN,XVECNAM,YVECNAM,EYVECNAM,
0032 + VPARNAM,VLOWNAM,VUPPNAM,VSTEPNAM,VERRORNUM
0033
0034 #endif