Skip to content

Commit

Permalink
Fix remaining unit test.
Browse files Browse the repository at this point in the history
Refs #11209
  • Loading branch information
martyngigg committed Mar 9, 2015
1 parent 4772202 commit 8a584a1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/MDAlgorithms/CMakeLists.txt
Expand Up @@ -9,6 +9,7 @@ set ( SRC_FILES
src/BooleanBinaryOperationMD.cpp
src/BoxControllerSettingsAlgorithm.cpp
src/CalculateCoverageDGS.cpp
src/CalculateReflectometryQBase.cpp
src/CentroidPeaksMD.cpp
src/CentroidPeaksMD2.cpp
src/CloneMDWorkspace.cpp
Expand Down Expand Up @@ -120,6 +121,7 @@ set ( INC_FILES
inc/MantidMDAlgorithms/BooleanBinaryOperationMD.h
inc/MantidMDAlgorithms/BoxControllerSettingsAlgorithm.h
inc/MantidMDAlgorithms/CalculateCoverageDGS.h
inc/MantidMDAlgorithms/CalculateReflectometryQBase.h
inc/MantidMDAlgorithms/CentroidPeaksMD.h
inc/MantidMDAlgorithms/CentroidPeaksMD2.h
inc/MantidMDAlgorithms/CloneMDWorkspace.h
Expand Down
Expand Up @@ -17,10 +17,10 @@ Base class for reflectometry Q transformations
class DLLExport CalculateReflectometryQBase {
protected:
const double to_radians_factor;
CalculateReflectometryQBase() : to_radians_factor(0.0) {}
CalculateReflectometryQBase();

protected:
~CalculateReflectometryQBase() {}
~CalculateReflectometryQBase();
};
}
}
Expand Down
@@ -1,6 +1,7 @@
#ifndef MANTID_MDEVENTS_REFLECTOMETRYTRANFORMQXQZTEST_H_
#define MANTID_MDEVENTS_REFLECTOMETRYTRANFORMQXQZTEST_H_

#include "MantidKernel/System.h"
#include "MantidMDAlgorithms/ReflectometryTransformQxQz.h"

#include <cxxtest/TestSuite.h>
Expand Down

0 comments on commit 8a584a1

Please sign in to comment.