Fixed more cppcheck warnings

This commit is contained in:
Jan Möbius
2016-05-10 15:02:02 +02:00
parent 0837d5d1d0
commit 161d6fe518
6 changed files with 19 additions and 33 deletions

View File

@@ -96,7 +96,7 @@ class VHierarchyNode
{
public:
VHierarchyNode() { }
VHierarchyNode() :radius_(0.0f), sin_square_(0.0f),mue_square_(0.0f), sigma_square_(0.0f) { }
/// Returns true, if node is root else false.
bool is_root() const