Skip to content

Commit

Permalink
Fixed some errors. Refs #9326.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Sep 30, 2014
1 parent a7a5426 commit de6c4b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Expand Up @@ -47,7 +47,8 @@ namespace Algorithms

private:
/// Sets documentation strings for this algorithm
virtual void initDocs();
virtual const std::string summary() const { return ("Chop the event filters for a specified workspace group to even time slots "
"and output one slot to a new workspace. "); }
/// Initialise the properties
void init();
/// Run the algorithm
Expand Down
8 changes: 0 additions & 8 deletions Code/Mantid/Framework/Algorithms/src/ChopEventFilters.cpp
Expand Up @@ -52,14 +52,6 @@ namespace Algorithms
{
}

/** Wiki documentation
*/
void ChopEventFilters::initDocs()
{
setWikiSummary("Chop the event filters for a specified workspace group to even time slots "
"and output one slot to a new workspace. ");
}

/** Declare properties
*/
void ChopEventFilters::init()
Expand Down

0 comments on commit de6c4b9

Please sign in to comment.