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?
couet
2
You are right.
I just committed a change in the master for the hist tutorial.
couet
3
… and @eguiraud fixed tdf013_InspectAnalysis.C.
system
Closed
4
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.