Put the code inside a horus namespace
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#include "Util.h"
|
||||
|
||||
|
||||
namespace horus {
|
||||
|
||||
HistogramSet::HistogramSet (unsigned size, unsigned range)
|
||||
{
|
||||
size_ = size;
|
||||
@@ -145,3 +147,5 @@ operator<< (std::ostream& os, const HistogramSet& hs)
|
||||
return os;
|
||||
}
|
||||
|
||||
} // namespace horus
|
||||
|
||||
|
Reference in New Issue
Block a user