Actions
Development #1355
closedDevelopment #1353: Code cleanup for OCT19
Code cleanup: L1/L1Algo/L1TrackFitter.cxx
Start date:
09/10/2019
Due date:
10/07/2019
% Done:
100%
Estimated time:
1.00 h
Description
Cbmroot/OCT19/source/L1/L1Algo/L1TrackFitter.cxx:98:20: warning: declaration shadows a variable in namespace 'NS_L1TrackFitter' [-Wshadow] const fvec vINF = .1; ^ Cbmroot/OCT19/source/L1/L1Algo/L1TrackFitter.cxx:35:14: note: previous declaration is here const fvec vINF = 0.1; ^ Cbmroot/OCT19/source/L1/L1Algo/L1TrackFitter.cxx:239:20: warning: declaration shadows a variable in namespace 'NS_L1TrackFitter' [-Wshadow] const fvec vINF = .1; ^ Cbmroot/OCT19/source/L1/L1Algo/L1TrackFitter.cxx:35:14: note: previous declaration is here const fvec vINF = 0.1;
Please fix.
Actions