Skip to content

Commit

Permalink
add tomography category, re #11575
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeMPouzols committed Apr 23, 2015
1 parent 2872ce0 commit c89706a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -80,7 +80,7 @@ class DLLExport LoadFITS : public API::IFileLoader<Kernel::FileDescriptor> {
virtual int version() const { return 1; }

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

/// Returns a confidence value that this algorithm can load a file
virtual int confidence(Kernel::FileDescriptor &descriptor) const;
Expand Down

0 comments on commit c89706a

Please sign in to comment.