Skip to content

Remove using namespace std from SCT codes

Susumu Oda requested to merge oda/athena:master-SCT-namespace into master
  • Remove using namespace std from SCT codes
    • Even if using namespace std is used, std:: is often and almost randmoly used.
    • If compact code is prefered, using std::vector, etc. should be used.
  • Use std::abs instead of abs

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports