Skip to content
Snippets Groups Projects
Commit 4da2a3d8 authored by Rene Brun's avatar Rene Brun
Browse files

The recent increase of /pawc/ from 2 to 10 megawords prevents the

generation of the h2root module under alpha/gcc.
This fix reduces the size to 5 megawords.


git-svn-id: http://root.cern.ch/svn/root/trunk@5447 27541ba8-7e3a-0410-8455-c3a389f83636
parent 14805e85
No related branches found
No related tags found
No related merge requests found
// @(#)root/main:$Name: $:$Id: h2root.cxx,v 1.14 2002/09/16 16:06:37 brun Exp $ // @(#)root/main:$Name: $:$Id: h2root.cxx,v 1.15 2002/10/17 17:51:16 brun Exp $
// Author: Rene Brun 20/09/96 // Author: Rene Brun 20/09/96
///////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////
// Program to convert an HBOOK file into a ROOT file // Program to convert an HBOOK file into a ROOT file
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include "TGraph.h" #include "TGraph.h"
#include "TMath.h" #include "TMath.h"
int Error; //to be removed soon int Error; //to be removed soon
#define PAWC_SIZE 10000000 #define PAWC_SIZE 5000000
// Define the names of the Fortran common blocks for the different OSs // Define the names of the Fortran common blocks for the different OSs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment