From 00d11d7a7e655b2f20d20bced9852ff5661f6952 Mon Sep 17 00:00:00 2001 From: Matthew D Jones <Matthew.D.Jones@tessella.com> Date: Thu, 13 Aug 2015 09:23:59 +0100 Subject: [PATCH] Re #11422 Correct some comments --- Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.cpp | 1 + Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.h | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.cpp b/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.cpp index 5010681c4a5..525d7be6593 100644 --- a/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.cpp +++ b/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.cpp @@ -28,6 +28,7 @@ ***************************************************************************/ #include "PowerScaleEngine.h" +#include "ScaleEngine.h" /*! Return a dummy transformation diff --git a/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.h b/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.h index 6937c818556..d0120c45134 100644 --- a/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.h +++ b/Code/Mantid/MantidPlot/src/plot2D/PowerScaleEngine.h @@ -4,7 +4,7 @@ -------------------------------------------------------------------- Copyright : (C) 2009 by Ion Vasilief Email (use @ for *) : ion_vasilief*yahoo.fr - Description : Return a transformation for reciprocal (1/t) scales + Description : Return a transformation for power (X^n) scales ***************************************************************************/ @@ -46,7 +46,7 @@ private: }; /*! - \brief A scale engine for reciprocal (1/t) scales + \brief A scale engine for power (X^n) scales */ class PowerScaleEngine: public QwtScaleEngine -- GitLab