Harmonise "auto" and "auto *" in the tutorials

Hello, I discovered that code like

auto *foo = new Bar()

is present in only two tutorials (hist/h2proj.C and tdf013_InspectAnalysis.C) while code like

auto foo = new Bar()

is used in almost all tutorials.

Is there any reason not to use the latter form everywhere?

You are right.
I just committed a change in the master for the hist tutorial.

… and @eguiraud fixed tdf013_InspectAnalysis.C.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.