]> jspc29.x-matter.uni-frankfurt.de Git - daqdata.git/commitdiff
*** empty log message ***
authorhades <hades>
Sat, 27 May 2000 06:01:48 +0000 (06:01 +0000)
committerhades <hades>
Sat, 27 May 2000 06:01:48 +0000 (06:01 +0000)
hadaq/hwshow.c

index 65603fa0b00f9236872bd9b36006f77b7a389ed0..fbf59be36b096b57430604928c739fb60f69c1d4 100644 (file)
@@ -1,4 +1,4 @@
-static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwshow.c,v 6.4 2000-05-11 16:04:20 muench Exp $";
+static char rcsId[] = "$Header: /misc/hadesprojects/daq/cvsroot/eventbuilder/hadaq/Attic/hwshow.c,v 6.5 2000-05-27 06:01:48 hades Exp $";
 
 #define _POSIX_C_SOURCE 199309L
 #include <unistd.h>
@@ -45,7 +45,7 @@ Hardware *newHardware(void)
        }
        my = allocMem(sizeof(Hardware));
 
-       my->maxSubEvtSize = SubEvt_hdrSize() + (800 * sizeof(UInt4));
+       my->maxSubEvtSize = SubEvt_hdrSize() + (1600 * sizeof(UInt4));
        my->shipToRead = 0;
 
        for (i = 0; i < NSHIPS; i++) {