Fixed some issue with scalar multiplications (explicit) and continued with UNIT tests

This commit is contained in:
Klaus Basan
2013-04-21 01:13:23 +02:00
parent f4affe55ef
commit bd53371de4
16 changed files with 255 additions and 91 deletions

View File

@@ -31,7 +31,7 @@ public:
* \brief Constructor by value
* \param value
*/
CVector3D(double value) : CVector3DBase(value) {}
explicit CVector3D(double value) : CVector3DBase(value) {}
/*!
* \brief Copy constructor