Revision 4ba0a469a0e5d6353410cb6d0123911d15862541 authored by Fons Rademakers on 10 January 2013, 15:54:38 UTC, committed by Fons Rademakers on 10 January 2013, 15:54:38 UTC

git-svn-id: http://root.cern.ch/svn/root/tags/v5-34-04@48259 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent e4e789a
Raw File
setpawc.c
/* @(#)root/main:$Id$ */
/* Author: Valery Fine(fine@vxcern.cern.ch)   08/12/96 */

/*
 * This fortran subroutine is needed to set the right size
 * for the /PAWC/ common block for h2root C++ utility.
 * This common is defined as "external" in h2root and
 * its size is ignored by linker.
 */

int PAWC[4000000];
void setpawc(){}
back to top