#include "USStandardAtmosphere.h" #include "Utils/math/Constants.h" namespace sim { USStandardAtmosphere::USStandardAtmosphere() { } USStandardAtmosphere::~USStandardAtmosphere() { } } // namespace sim