style fixes: mostly just things that make my eyes bleed :)

This commit is contained in:
Mathew Sutcliffe
2013-08-13 22:29:48 +01:00
parent e8b52b33d0
commit 2c781e8b36
50 changed files with 975 additions and 917 deletions

View File

@@ -38,16 +38,17 @@ public:
CMass(double value, const CMassUnit &unit) : CPhysicalQuantity(value, unit, CMassUnit::kg()) {}
/*!
* \brief Copy constructor
* \param mass
* \brief Copy constructor from base type
* \param base
*/
CMass(const CPhysicalQuantity &mass) : CPhysicalQuantity(mass) {}
CMass(const CPhysicalQuantity &base) : CPhysicalQuantity(base) {}
/*!
* \brief Virtual destructor
*/
virtual ~CMass() {}
};
} // namespace
} // namespace