Skip to content
Snippets Groups Projects
Commit 857dcd0a authored by Hahn, Steven's avatar Hahn, Steven
Browse files

clang-format

parent 5dcc4c35
No related branches found
No related tags found
No related merge requests found
Showing
with 0 additions and 20 deletions
...@@ -36,7 +36,6 @@ namespace Algorithms { ...@@ -36,7 +36,6 @@ namespace Algorithms {
*/ */
class DLLExport ApplyDetailedBalance : public API::Algorithm { class DLLExport ApplyDetailedBalance : public API::Algorithm {
public: public:
/// Algorithm's name for identification /// Algorithm's name for identification
const std::string name() const override { return "ApplyDetailedBalance"; }; const std::string name() const override { return "ApplyDetailedBalance"; };
/// Summary of algorithms purpose /// Summary of algorithms purpose
......
...@@ -35,7 +35,6 @@ Code Documentation is available at: <http://doxygen.mantidproject.org> ...@@ -35,7 +35,6 @@ Code Documentation is available at: <http://doxygen.mantidproject.org>
class DLLExport CalculateResolution : public API::DataProcessorAlgorithm { class DLLExport CalculateResolution : public API::DataProcessorAlgorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -14,7 +14,6 @@ namespace Algorithms { ...@@ -14,7 +14,6 @@ namespace Algorithms {
*/ */
class DLLExport ChangePulsetime : public API::Algorithm { class DLLExport ChangePulsetime : public API::Algorithm {
public: public:
/// Algorithm's name for identification /// Algorithm's name for identification
const std::string name() const override { return "ChangePulsetime"; }; const std::string name() const override { return "ChangePulsetime"; };
/// Summary of algorithms purpose /// Summary of algorithms purpose
......
...@@ -32,7 +32,6 @@ namespace Algorithms { ...@@ -32,7 +32,6 @@ namespace Algorithms {
*/ */
class DLLExport ClearMaskFlag : public API::Algorithm { class DLLExport ClearMaskFlag : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -31,7 +31,6 @@ namespace Algorithms { ...@@ -31,7 +31,6 @@ namespace Algorithms {
*/ */
class DLLExport Comment : public API::Algorithm { class DLLExport Comment : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -37,7 +37,6 @@ namespace Algorithms { ...@@ -37,7 +37,6 @@ namespace Algorithms {
*/ */
class DLLExport ConvertAxesToRealSpace : public API::Algorithm { class DLLExport ConvertAxesToRealSpace : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -31,7 +31,6 @@ namespace Algorithms { ...@@ -31,7 +31,6 @@ namespace Algorithms {
*/ */
class DLLExport ConvertDiffCal : public API::Algorithm { class DLLExport ConvertDiffCal : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -40,7 +40,6 @@ namespace Algorithms { ...@@ -40,7 +40,6 @@ namespace Algorithms {
*/ */
class DLLExport ConvertEmptyToTof : public API::Algorithm { class DLLExport ConvertEmptyToTof : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
int version() const override; int version() const override;
const std::string category() const override; const std::string category() const override;
......
...@@ -36,7 +36,6 @@ namespace Algorithms { ...@@ -36,7 +36,6 @@ namespace Algorithms {
*/ */
class DLLExport ConvertToEventWorkspace : public API::Algorithm { class DLLExport ConvertToEventWorkspace : public API::Algorithm {
public: public:
/// Algorithm's name for identification /// Algorithm's name for identification
const std::string name() const override { return "ConvertToEventWorkspace"; }; const std::string name() const override { return "ConvertToEventWorkspace"; };
/// Summary of algorithms purpose /// Summary of algorithms purpose
......
...@@ -44,7 +44,6 @@ namespace Algorithms { ...@@ -44,7 +44,6 @@ namespace Algorithms {
*/ */
class DLLExport CopyLogs : public API::Algorithm { class DLLExport CopyLogs : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
/// Summary of algorithms purpose /// Summary of algorithms purpose
const std::string summary() const override { const std::string summary() const override {
......
...@@ -47,7 +47,6 @@ National Laboratory & European Spallation Source ...@@ -47,7 +47,6 @@ National Laboratory & European Spallation Source
*/ */
class DLLExport CopySample : public API::Algorithm { class DLLExport CopySample : public API::Algorithm {
public: public:
/// Algorithm's name for identification /// Algorithm's name for identification
const std::string name() const override { return "CopySample"; }; const std::string name() const override { return "CopySample"; };
/// Summary of algorithms purpose /// Summary of algorithms purpose
......
...@@ -33,7 +33,6 @@ namespace Algorithms { ...@@ -33,7 +33,6 @@ namespace Algorithms {
*/ */
class DLLExport CorelliCrossCorrelate : public API::Algorithm { class DLLExport CorelliCrossCorrelate : public API::Algorithm {
public: public:
const std::string name() const override { return "CorelliCrossCorrelate"; }; const std::string name() const override { return "CorelliCrossCorrelate"; };
int version() const override { return 1; }; int version() const override { return 1; };
const std::string category() const override { const std::string category() const override {
......
...@@ -33,7 +33,6 @@ namespace Algorithms { ...@@ -33,7 +33,6 @@ namespace Algorithms {
*/ */
class DLLExport CreateFlatEventWorkspace : public API::Algorithm { class DLLExport CreateFlatEventWorkspace : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
/// Summary of algorithms purpose /// Summary of algorithms purpose
const std::string summary() const override { const std::string summary() const override {
......
...@@ -16,7 +16,6 @@ namespace Algorithms { ...@@ -16,7 +16,6 @@ namespace Algorithms {
*/ */
class DLLExport CreateGroupingWorkspace : public API::Algorithm { class DLLExport CreateGroupingWorkspace : public API::Algorithm {
public: public:
/// Algorithm's name for identification /// Algorithm's name for identification
const std::string name() const override; const std::string name() const override;
/// Summary of algorithms purpose /// Summary of algorithms purpose
......
...@@ -42,7 +42,6 @@ namespace Algorithms { ...@@ -42,7 +42,6 @@ namespace Algorithms {
*/ */
class DLLExport CreateLogTimeCorrection : public API::Algorithm { class DLLExport CreateLogTimeCorrection : public API::Algorithm {
public: public:
const std::string name() const override { return "CreateLogTimeCorrection"; } const std::string name() const override { return "CreateLogTimeCorrection"; }
/// Summary of algorithms purpose /// Summary of algorithms purpose
const std::string summary() const override { const std::string summary() const override {
......
...@@ -36,7 +36,6 @@ Code Documentation is available at: <http://doxygen.mantidproject.org> ...@@ -36,7 +36,6 @@ Code Documentation is available at: <http://doxygen.mantidproject.org>
class DLLExport CreateTransmissionWorkspaceAuto class DLLExport CreateTransmissionWorkspaceAuto
: public API::DataProcessorAlgorithm { : public API::DataProcessorAlgorithm {
public: public:
//---------------------------------------------------------------------------------------------- //----------------------------------------------------------------------------------------------
/// Algorithm's name for identification. @see Algorithm::name /// Algorithm's name for identification. @see Algorithm::name
const std::string name() const override { const std::string name() const override {
......
...@@ -49,7 +49,6 @@ namespace Algorithms { ...@@ -49,7 +49,6 @@ namespace Algorithms {
*/ */
class DLLExport CreateWorkspace : public API::Algorithm { class DLLExport CreateWorkspace : public API::Algorithm {
public: public:
const std::string name() const override { const std::string name() const override {
return "CreateWorkspace"; return "CreateWorkspace";
} ///< @return the algorithms name } ///< @return the algorithms name
......
...@@ -39,7 +39,6 @@ namespace Algorithms { ...@@ -39,7 +39,6 @@ namespace Algorithms {
*/ */
class DLLExport DetectorEfficiencyCorUser : public API::Algorithm { class DLLExport DetectorEfficiencyCorUser : public API::Algorithm {
public: public:
const std::string name() const override; const std::string name() const override;
/// Summary of algorithms purpose /// Summary of algorithms purpose
const std::string summary() const override { const std::string summary() const override {
......
...@@ -33,7 +33,6 @@ namespace Algorithms { ...@@ -33,7 +33,6 @@ namespace Algorithms {
*/ */
class DLLExport EstimateResolutionDiffraction : public API::Algorithm { class DLLExport EstimateResolutionDiffraction : public API::Algorithm {
public: public:
/// Algorithm's name for identification overriding a virtual method /// Algorithm's name for identification overriding a virtual method
const std::string name() const override; const std::string name() const override;
......
...@@ -38,7 +38,6 @@ namespace Algorithms { ...@@ -38,7 +38,6 @@ namespace Algorithms {
*/ */
class DLLExport ExportTimeSeriesLog : public API::Algorithm { class DLLExport ExportTimeSeriesLog : public API::Algorithm {
public: public:
const std::string name() const override { return "ExportTimeSeriesLog"; }; const std::string name() const override { return "ExportTimeSeriesLog"; };
int version() const override { return 1; }; int version() const override { return 1; };
......
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