]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MINICERN/packlib/kernlib/kerngen/tcgen/blow.F
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / tcgen / blow.F
CommitLineData
fe4da5cc 1*
2* $Id$
3*
4* $Log$
5* Revision 1.1.1.1 1996/02/15 17:49:41 mclareni
6* Kernlib
7*
8*
9#include "kerngen/pilot.h"
10 SUBROUTINE BLOW (CHAR,INT,NCHP,NBITS)
11C
12C CERN PROGLIB# M426 BLOW .VERSION KERNFOR 4.31 911111
13C
14 DIMENSION CHAR(*), INT(*)
15 DIMENSION NCHP(9), IPAR(4)
16 DATA IPAR / 0, 0, 0, 0 /
17C
18 NCH = NCHP(1)
19 IPAR(1) = NBITS
20 IPAR(3) = NCH*IPAR(1) + 127
21C
22 CALL UPKCH (CHAR,INT,NCH,IPAR)
23 RETURN
24 END