/usr/include/higz/hihist.inc is in libgrafx11-1-dev 20061220+dfsg3-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | *
* $Id: hihist.inc,v 1.2 2001/10/17 14:36:53 couet Exp $
*
* $Log: hihist.inc,v $
* Revision 1.2 2001/10/17 14:36:53 couet
* - The WORK buffers were too small and the follwoing macro didn't not
* work for more that 101 points:
*
* vec/del *
* n = [1]
* vec/cr time([n])
* vec/cr etime([n]) r [n]*0.0
* vec/cr y([n]) r
* vec/cr ey([n]) r [n]*0.7
* do i = 1, [n]
* vec/input time([i]) [i]
* vec/input y([i]) $eval(3.0+0.01*[i])
* enddo
* null -10 160 0 10
* hplot/errors time y etime ey [n] 20 0.1 3
*
* Revision 1.1.1.1 1996/02/14 13:10:15 mclareni
* Higz
*
*
#ifndef CERNLIB_HIGZ_HIHIST_INC
#define CERNLIB_HIGZ_HIHIST_INC
*
*
* hihist.inc
*
*CMZ : 1.18/00 23/04/93 17.27.57 by O.Couet
*-- Author :
COMMON /HIHIST/ XWORK(1004),YWORK(1004),XWORKL(1004),YWORKL(1004)
#endif
|