qtrocket/src/sim/USStandardAtmosphere.cpp
2023-04-07 17:07:24 -06:00

19 lines
209 B
C++

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