From: hadaq Date: Fri, 22 Nov 2002 18:15:20 +0000 (+0000) Subject: Allow all event ids in file -- mm X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7869cab03f5ca17ad7425c0ca19d71f23b33ad35;p=daqdata.git Allow all event ids in file -- mm --- diff --git a/hadaq/evtbuild.c b/hadaq/evtbuild.c index a98393e..d1a8f0e 100644 --- a/hadaq/evtbuild.c +++ b/hadaq/evtbuild.c @@ -1,4 +1,4 @@ -static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.56 2002-11-20 04:49:02 hadaq Exp $"; +static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/evtbuild.c,v 6.57 2002-11-22 18:15:20 hadaq Exp $"; #define _POSIX_C_SOURCE 199309L @@ -32,7 +32,7 @@ static char *rcsId = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hada #include "genid32.h" #define NTRIGTYPES 64UL /* must be 2^n */ -#define NTRIGTYPES_IN_FILE 16 /* must be 2^n */ +#define NTRIGTYPES_IN_FILE 0UL /* must be 2^n */ static FILE *outFile; static AnsiTape *outTape;