Skip to content

Commit

Permalink
changed category in sync with upcoming Save, re #10889
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Feb 24, 2015
1 parent 62ddae7 commit 52ef431
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -55,7 +55,8 @@ class DLLExport LoadSavuTomoConfig : public API::Algorithm {
virtual int version() const { return 1; }

/// Algorithm's category for identification overriding a virtual method
virtual const std::string category() const { return "Diffraction"; }
virtual const std::string category() const {
return "DataHandling\\Tomography"; }

private:

Expand Down

0 comments on commit 52ef431

Please sign in to comment.