mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Fixed some issue with scalar multiplications (explicit) and continued with UNIT tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user