Skip to content

Commit 7c0e669

Browse files
authored
Update h2root.cxx
1 parent 69cd3bf commit 7c0e669

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/src/h2root.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -479,9 +479,9 @@ void convert_1d(Int_t id)
479479
else snprintf(idname,128,"h_%d",-id);
480480
hnoent(id,nentries);
481481
#ifndef WIN32
482-
hgive(id,chtitl,ncx,xmin,xmax,ncy,ymin,ymax,nwt,idb,128);
482+
hgive(id,chtitl,ncx,xmin,xmax,ncy,ymin,ymax,nwt,idb,80);
483483
#else
484-
hgive(id,chtitl,128,ncx,xmin,xmax,ncy,ymin,ymax,nwt,idb);
484+
hgive(id,chtitl,80,ncx,xmin,xmax,ncy,ymin,ymax,nwt,idb);
485485
#endif
486486
chtitl[4*nwt] = 0;
487487
TH1F *h1;

0 commit comments

Comments
 (0)