From e436fb039c9fedf210324af609e4b62fc5530ca9 Mon Sep 17 00:00:00 2001 From: Walter Van Herck <w.van.herck@fz-juelich.de> Date: Wed, 5 Dec 2012 17:22:13 +0100 Subject: [PATCH] Removed obsolete comment --- Core/Tools/inc/AxisDouble.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/Tools/inc/AxisDouble.h b/Core/Tools/inc/AxisDouble.h index dfa456f9cc5..52488017a3e 100644 --- a/Core/Tools/inc/AxisDouble.h +++ b/Core/Tools/inc/AxisDouble.h @@ -26,7 +26,6 @@ class AxisDouble public: //! constructors 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); //! clone function -- GitLab