Unit tests for acceleration and more for vector

This commit is contained in:
Klaus Basan
2013-04-25 20:21:04 +02:00
parent 2d8720c6ae
commit 5eac9be7d5
16 changed files with 88 additions and 59 deletions

View File

@@ -375,7 +375,7 @@ public:
*/
double length()const
{
return this->m_i * this->m_j + this->m_k;
return this->m_i + this->m_j + this->m_k;
}
/*!