diff options
Diffstat (limited to 'src/ipa/raspberrypi/controller/histogram.hpp')
-rw-r--r-- | src/ipa/raspberrypi/controller/histogram.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ipa/raspberrypi/controller/histogram.hpp b/src/ipa/raspberrypi/controller/histogram.hpp index 06fc3aa7..90f5ac78 100644 --- a/src/ipa/raspberrypi/controller/histogram.hpp +++ b/src/ipa/raspberrypi/controller/histogram.hpp @@ -13,7 +13,7 @@ // A simple histogram class, for use in particular to find "quantiles" and // averages between "quantiles". -namespace RPi { +namespace RPiController { class Histogram { @@ -41,4 +41,4 @@ private: std::vector<uint64_t> cumulative_; }; -} // namespace RPi +} // namespace RPiController |