Skip to content
Snippets Groups Projects
Commit e436fb03 authored by Van Herck, Walter's avatar Van Herck, Walter
Browse files

Removed obsolete comment

parent 7b5694f1
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,6 @@ class AxisDouble ...@@ -26,7 +26,6 @@ class AxisDouble
public: public:
//! constructors //! constructors
AxisDouble(std::string name); AxisDouble(std::string name);
// TODO: change the order from (xmin, xmax, nbin) to (nbin, xmin, xmax)
AxisDouble(std::string name, size_t size, double start, double end); AxisDouble(std::string name, size_t size, double start, double end);
//! clone function //! clone function
......
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