refs #345 Style and doxygen.

This commit is contained in:
Mathew Sutcliffe
2014-10-28 19:46:52 +00:00
parent 8f5315b846
commit 798b198d4e
78 changed files with 268 additions and 531 deletions

View File

@@ -16,8 +16,6 @@
#include "blackmisc/mathematics.h"
#include "blackmisc/blackmiscfreefunctions.h"
using namespace BlackMisc::Math;
namespace BlackMisc
{
namespace Math
@@ -31,9 +29,6 @@ namespace BlackMisc
// getter and setters are implemented in the derived classes
// as they have different names (x, i, north)
//! Virtual destructor
virtual ~CVector3DBase() {}
//! Set zeros
void setZero();
@@ -267,8 +262,8 @@ namespace BlackMisc
};
} // namespace
} // namespace
}
}
BLACK_DECLARE_TUPLE_CONVERSION_TEMPLATE(BlackMisc::Math::CVector3DBase, (o.m_i, o.m_j, o.m_k))