Skip to content

Commit

Permalink
Re #8623. Changing the algorithm category.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Jan 8, 2014
1 parent f05d98b commit 9b477a4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ namespace DataHandling
int LoadPDCharacterizations::version() const { return 1;};

/// Algorithm's category for identification. @see Algorithm::category
const std::string LoadPDCharacterizations::category() const { return "DataHandling";}
const std::string LoadPDCharacterizations::category() const { return "Workflow\\DataHandling";}

//----------------------------------------------------------------------------------------------
/// Sets documentation strings for this algorithm
Expand Down

0 comments on commit 9b477a4

Please sign in to comment.