Skip to content

Commit

Permalink
Refs #11814 Fix merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonPiccardoSelg committed May 28, 2015
2 parents 191ad69 + c145bcf commit 167c299
Show file tree
Hide file tree
Showing 328 changed files with 4,696 additions and 9,969 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/Build/class_maker.py
Expand Up @@ -126,7 +126,7 @@ def write_source(subproject, classname, filename, args):
const std::string %s::name() const { return "%s"; }
/// Algorithm's version for identification. @see Algorithm::version
int %s::version() const { return 1; };
int %s::version() const { return 1; }
/// Algorithm's category for identification. @see Algorithm::category
const std::string %s::category() const {
Expand All @@ -136,7 +136,7 @@ def write_source(subproject, classname, filename, args):
/// Algorithm's summary for use in the GUI and help. @see Algorithm::summary
const std::string %s::summary() const {
return "TODO: FILL IN A SUMMARY";
};
}
//----------------------------------------------------------------------------------------------
/** Initialize the algorithm's properties.
Expand Down
89 changes: 0 additions & 89 deletions Code/Mantid/Build/mwclient/README.txt

This file was deleted.

91 changes: 0 additions & 91 deletions Code/Mantid/Build/mwclient/REFERENCE.txt

This file was deleted.

66 changes: 0 additions & 66 deletions Code/Mantid/Build/mwclient/RELEASE-NOTES.txt

This file was deleted.

33 changes: 0 additions & 33 deletions Code/Mantid/Build/mwclient/__init__.py

This file was deleted.

0 comments on commit 167c299

Please sign in to comment.