We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa8277 commit 28a1a9eCopy full SHA for 28a1a9e
1 file changed
tutorials/hist/histv7/hist003_RHist_multi.C
@@ -38,7 +38,7 @@ void hist003_RHist_multi()
38
39
// Print some information about the histogram.
40
std::cout << "Created a histogram with " << hist.GetNDimensions() << " dimensions and " << hist.GetTotalNBins()
41
- << "\n";
+ << " bins\n";
42
43
// Generate angles and energies to fill the histogram.
44
std::mt19937 gen;
0 commit comments