From 7869cab03f5ca17ad7425c0ca19d71f23b33ad35 Mon Sep 17 00:00:00 2001 From: hadaq Date: Fri, 22 Nov 2002 18:15:20 +0000 Subject: [PATCH] Allow all event ids in file -- mm --- hadaq/evtbuild.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.43.0