Skip to content

Use nullptr instead of NULL in SCT related codes

Susumu Oda requested to merge oda/athena:master-SCT-nullptr into master

Use nullptr instead of NULL in SCT related codes

https://twiki.cern.ch/twiki/bin/viewauth/AtlasComputing/CodingGuidelines#Parts_of_C_to_avoid

Do not use NULL to indicate a null pointer; use the nullptr keyword instead. [nullptr]

RunTier0Tests.py was fine. RunTier0Tests.log

Edited by Susumu Oda

Merge request reports