Skip to content

Commit

Permalink
Re #11754 Add reminders
Browse files Browse the repository at this point in the history
  • Loading branch information
raquelalvarezbanos committed May 20, 2015
1 parent 876349e commit 50ff5e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Code/Mantid/Build/class_maker.py
Expand Up @@ -367,6 +367,13 @@ def generate(subproject, classname, overwrite, args):

print "\n Files were added to Framework/%s/CMakeLists.txt !" % (subproject)
print

if args.alg:
print "Note: if this is a WorkflowAlgorithm, please subclass DataProcessorAlgorithm"
print "Note: if this algorithm operates on a WorkspaceGroup, please override processGroups()"
print


# if not test_only:
# print "\tsrc/%s.cpp" % (classname)
# print "\tinc/Mantid%s/%s.h" % (subproject, classname)
Expand Down

0 comments on commit 50ff5e8

Please sign in to comment.