Allow all event ids in file -- mm
authorhadaq <hadaq>
Fri, 22 Nov 2002 18:15:20 +0000 (18:15 +0000)
committerhadaq <hadaq>
Fri, 22 Nov 2002 18:15:20 +0000 (18:15 +0000)
hadaq/evtbuild.c

index a98393e52f3256192e38d90f312eb6923672c283..d1a8f0e63803c24c2942baa03c826b29c603e1d2 100644 (file)
@@ -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;