Skip to content

Commit

Permalink
Refs #5678. Updating formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Reuter committed Sep 12, 2012
1 parent 46e600f commit 561cfc7
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 241 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

namespace Mantid
{
namespace WorkflowAlgorithms
{
namespace WorkflowAlgorithms
{

/** DgsDiagnose : TODO: DESCRIPTION
/** DgsDiagnose : TODO: DESCRIPTION
Copyright © 2012 ISIS Rutherford Appleton Laboratory & NScD Oak Ridge National Laboratory
This file is part of Mantid.
Expand All @@ -30,27 +30,24 @@ namespace WorkflowAlgorithms
File change history is stored at: <https://svn.mantidproject.org/mantid/trunk/Code/Mantid>
Code Documentation is available at: <http://doxygen.mantidproject.org>
*/
class DLLExport DgsDiagnose : public API::Algorithm
{
public:
DgsDiagnose();
virtual ~DgsDiagnose();

virtual const std::string name() const;
virtual int version() const;
virtual const std::string category() const;

private:
virtual void initDocs();
void init();
void exec();


};


} // namespace WorkflowAlgorithms
*/
class DLLExport DgsDiagnose : public API::Algorithm
{
public:
DgsDiagnose();
virtual ~DgsDiagnose();

virtual const std::string name() const;
virtual int version() const;
virtual const std::string category() const;

private:
virtual void initDocs();
void init();
void exec();
};

} // namespace WorkflowAlgorithms
} // namespace Mantid

#endif /* MANTID_WORKFLOWALGORITHMS_DGSDIAGNOSE_H_ */
#endif /* MANTID_WORKFLOWALGORITHMS_DGSDIAGNOSE_H_ */

0 comments on commit 561cfc7

Please sign in to comment.