Fix uninitialized variable warning

pull/110/head
Hleb Valoshka 2018-10-14 17:46:58 +03:00
parent a406f004f4
commit df3c23a079
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ public:
Eigen::Vector3d position;
double t;
Eigen::Vector3d velocity;
double boundingRadius;
double boundingRadius { 0.0 };
};