]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bigger memory allocation to allow derootification of the non-zero-suppressed TPC...
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Dec 2007 12:28:51 +0000 (12:28 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 18 Dec 2007 12:28:51 +0000 (12:28 +0000)
MONITOR/deroot.cxx

index 6b2fbb436c4ad6661275018d5d3a7901da712e4b..891a3cacfc1ea362f3a585702fd7a4793aee5630 100644 (file)
@@ -13,7 +13,7 @@ int deroot(const char *rootFileName, const char *dateFileName);
 
 int deroot(const char *rootFileName, const char *dateFileName) {
 
- unsigned char *dateEvent=new unsigned char [100000000];
+ unsigned char *dateEvent=new unsigned char [1000000000];
 
  FILE *dateFile;
  size_t gdcCounter, gdcSize;