Remove using namespace std from SCT codes
- 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