Formatting

This commit is contained in:
Klaus Basan
2017-02-03 03:20:47 +01:00
committed by Mathew Sutcliffe
parent 7eacb41113
commit d4b2238dc6
3 changed files with 16 additions and 21 deletions

View File

@@ -23,7 +23,6 @@ namespace BlackMisc
{
namespace Aviation
{
CAltitude::CAltitude(const QString &altitudeAsString, BlackMisc::PhysicalQuantities::CPqString::SeparatorMode mode) : CLength(0, BlackMisc::PhysicalQuantities::CLengthUnit::m()), m_datum(MeanSeaLevel)
{
this->parseFromString(altitudeAsString, mode);
@@ -111,6 +110,5 @@ namespace BlackMisc
static const CAltitude null(0, CAltitude::MeanSeaLevel, CLengthUnit::nullUnit());
return null;
}
} // namespace
} // namespace

View File

@@ -32,7 +32,6 @@ namespace BlackMisc
{
namespace Aviation
{
/*!
* Altitude as used in aviation, can be AGL or MSL altitude
* \remarks Intentionally allowing +/- CLength , and >= / <= CLength.