Skip to content

Commit

Permalink
refs #6485 More changes to GetFi and HFIRLoad.
Browse files Browse the repository at this point in the history
  • Loading branch information
DereckKachere committed Mar 5, 2013
1 parent 696675d commit b4d0f90
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 15 deletions.
Expand Up @@ -56,7 +56,7 @@ class DLLExport GetEi : public API::Algorithm
/// Algorithm's version for identification overriding a virtual method
virtual int version() const { return 1; }
/// Algorithm's category for identification overriding a virtual method
virtual const std::string category() const{return "Inelastic; CorrectionFunctions";}
virtual const std::string category() const{return "Algorithms\\Inelastic\\CorrectionFunctions";}

private:
/// Sets documentation strings for this algorithm
Expand Down
7 changes: 0 additions & 7 deletions Code/Mantid/Framework/Algorithms/src/GetEi.cpp
Expand Up @@ -17,13 +17,6 @@ The above process is illustrated on a peak is shown below in the image below
The distances between the monitors are read from the instrument definition file. It is assumed that the source and the monitors all lie on one line and that the monitors have the same delay time.
[[Category:Algorithms]]
[[Category:Inelastic]]
[[Category:CorrectionFunctions]]
{{AlgorithmLinks|GetEi}}
*WIKI*/

#include "MantidAlgorithms/GetEi.h"
Expand Down
Expand Up @@ -54,7 +54,7 @@ class DLLExport HFIRLoad : public API::Algorithm
/// Algorithm's version
virtual int version() const { return (1); }
/// Algorithm's category for identification
virtual const std::string category() const { return "Workflow\\SANS"; }
virtual const std::string category() const { return "Algorithms\\Workflow\\SANS"; }

private:

Expand Down
6 changes: 0 additions & 6 deletions Code/Mantid/Framework/WorkflowAlgorithms/src/HFIRLoad.cpp
Expand Up @@ -11,12 +11,6 @@ to the workspace. Those include:
See [http://www.mantidproject.org/Reduction_for_HFIR_SANS SANS Reduction] documentation for details.
[[Category:Algorithms]]
[[Category:Workflow]]
[[Category:SANS]]
{{AlgorithmLinks|HFIRLoad}}
*WIKI*/
//----------------------------------------------------------------------
// Includes
Expand Down

0 comments on commit b4d0f90

Please sign in to comment.