ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/Tools/histtools.cc
(Generate patch)

Comparing UserCode/FGolf/Tools/histtools.cc (file contents):
Revision 1.1 by fgolf, Fri Jan 6 21:28:43 2012 UTC vs.
Revision 1.2 by fgolf, Mon May 28 22:10:11 2012 UTC

# Line 384 | Line 384 | namespace hist {
384              cout << "Histograms must have same number of bins" << endl;
385              return 0;
386          }
387 <        if (h3->GetNbinsX() != nx) {
387 >        if (h4->GetNbinsX() != nx) {
388              cout << "Histograms must have same number of bins" << endl;
389              return 0;
390          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines