Skip to content

Commit

Permalink
Should not be a data processor algorithm
Browse files Browse the repository at this point in the history
Refs #10346
  • Loading branch information
DanNixon committed Dec 16, 2014
1 parent a4b2b93 commit 60dd4dd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
import mantid


class VesuvioResolution(DataProcessorAlgorithm):
class VesuvioResolution(PythonAlgorithm):

def category(self):
return 'Inelastic'
Expand Down

0 comments on commit 60dd4dd

Please sign in to comment.