Skip to content

Commit

Permalink
Re #6096. Force completion of alg category when using class-maker.
Browse files Browse the repository at this point in the history
Switch generated code from giving a category of "General" to a
comment that will not compile until something in quotes is provided.
  • Loading branch information
RussellTaylor committed Jan 11, 2013
1 parent 885311b commit c48f139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/Build/class_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def write_source(subproject, classname, filename, args):
int %s::version() const { return 1;};
/// Algorithm's category for identification. @see Algorithm::category
const std::string %s::category() const { return "General";}
const std::string %s::category() const { return TODO: FILL IN A CATEGORY;}
//----------------------------------------------------------------------------------------------
/// Sets documentation strings for this algorithm
Expand Down

0 comments on commit c48f139

Please sign in to comment.