19 lines
209 B
C++
19 lines
209 B
C++
#include "USStandardAtmosphere.h"
|
|
|
|
#include "Utils/math/Constants.h"
|
|
|
|
namespace sim
|
|
{
|
|
|
|
USStandardAtmosphere::USStandardAtmosphere()
|
|
{
|
|
|
|
}
|
|
|
|
USStandardAtmosphere::~USStandardAtmosphere()
|
|
{
|
|
|
|
}
|
|
|
|
|
|
} // namespace sim
|