Skip to content
Snippets Groups Projects
Commit 40f94d8f authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Moved Histogram to statistics

parent 1eab264e
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,6 @@ math/GaussianObjectModelNormals.cpp
math/Grid3D.cpp
math/GridCacheFloat3.cpp
math/Helpers.cpp
math/Histogram.cpp
math/ImplicitPlane.cpp
math/ImplicitObjectModel.cpp
math/Index3.cpp
......@@ -336,6 +335,7 @@ math/Triangle.cpp
math/WeightedAverage.cpp
math/statistics/measures.cpp
math/statistics/BoxPlot.cpp
math/statistics/Histogram.cpp
Util/xml/tinyxml2.cpp
Util/json/eigen_conversion.cpp
)
......@@ -484,7 +484,6 @@ math/GaussianObjectModelNormals.h
math/Grid3D.h
math/GridCacheFloat3.h
math/Helpers.h
math/Histogram.h
math/ImplicitObjectModel.cpp
math/ImplicitPlane.h
math/Index3.h
......@@ -511,6 +510,7 @@ math/Triangle.h
math/WeightedAverage.h
math/statistics/measures.h
math/statistics/BoxPlot.h
math/statistics/Histogram.h
Util/xml/tinyxml2.h
Util/json/json.hpp
Util/json/eigen_conversion.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment