Skip to content

Commit

Permalink
re #4247 re #4289 change default file logging to notice
Browse files Browse the repository at this point in the history
change alg categories
  • Loading branch information
NickDraper committed Dec 9, 2011
1 parent be47cad commit 3da71ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class DLLExport AbsorptionCorrection : public API::Algorithm
/// Virtual destructor
virtual ~AbsorptionCorrection() {}
/// Algorithm's category for identification
virtual const std::string category() const { return "Absorption Corrections"; }
virtual const std::string category() const { return "CorrectionFunctions\\AbsorptionCorrections"; }

protected:
/** A virtual function in which additional properties of an algorithm should be declared.
Expand Down

0 comments on commit 3da71ff

Please sign in to comment.