Skip to content

Commit 28a1a9e

Browse files
committed
[hist] Fix printout in hist003_RHist_multi tutorial
1 parent faa8277 commit 28a1a9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/hist/histv7/hist003_RHist_multi.C

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ void hist003_RHist_multi()
3838

3939
// Print some information about the histogram.
4040
std::cout << "Created a histogram with " << hist.GetNDimensions() << " dimensions and " << hist.GetTotalNBins()
41-
<< "\n";
41+
<< " bins\n";
4242

4343
// Generate angles and energies to fill the histogram.
4444
std::mt19937 gen;

0 commit comments

Comments
 (0)