Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
setpawc.c
Go to the documentation of this file.
1/* @(#)root/main:$Id$ */
2/* Author: Valery Fine(fine@vxcern.cern.ch) 08/12/96 */
3
4/*
5 * This fortran subroutine is needed to set the right size
6 * for the /PAWC/ common block for h2root C++ utility.
7 * This common is defined as "external" in h2root and
8 * its size is ignored by linker.
9 */
10
11int PAWC[4000000];
12void setpawc(){}
int PAWC[4000000]
Definition setpawc.c:11
void setpawc()
Definition setpawc.c:12