From 100aa019a835882c6fcc6fc11b03e0dd87d60ab9 Mon Sep 17 00:00:00 2001 From: Alex Buts <Alex.Buts@stfc.ac.uk> Date: Tue, 13 Oct 2015 10:54:06 +0100 Subject: [PATCH] Re #13566 Sphinx error (Inelastic category) --- Framework/Algorithms/inc/MantidAlgorithms/GetAllEi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Algorithms/inc/MantidAlgorithms/GetAllEi.h b/Framework/Algorithms/inc/MantidAlgorithms/GetAllEi.h index 82ea89b8d06..155d8fc2d45 100644 --- a/Framework/Algorithms/inc/MantidAlgorithms/GetAllEi.h +++ b/Framework/Algorithms/inc/MantidAlgorithms/GetAllEi.h @@ -50,7 +50,7 @@ public: /// Algorithm's version for identification. @see Algorithm::version virtual int version() const { return 1; }; /// Algorithm's category for identification. @see Algorithm::category - virtual const std::string category() const { return "Direct\\Inelastic"; }; + virtual const std::string category() const { return "Inelastic"; }; /// Cross-check properties with each other @see IAlgorithm::validateInputs virtual std::map<std::string, std::string> validateInputs(); -- GitLab