Skip to content

Commit

Permalink
Refs #7732 re enabled the algoithms again
Browse files Browse the repository at this point in the history
  • Loading branch information
keithnbrown committed Nov 1, 2013
1 parent 50d5589 commit ff384a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/LoadAscii2.cpp
Expand Up @@ -47,7 +47,7 @@ namespace Mantid
{
namespace DataHandling
{
//DECLARE_FILELOADER_ALGORITHM(LoadAscii2);
DECLARE_FILELOADER_ALGORITHM(LoadAscii2);

/// Sets documentation strings for this algorithm
void LoadAscii2::initDocs()
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/Framework/DataHandling/src/SaveAscii2.cpp
Expand Up @@ -26,7 +26,7 @@ namespace Mantid
namespace DataHandling
{
// Register the algorithm into the algorithm factory
//DECLARE_ALGORITHM(SaveAscii2)
DECLARE_ALGORITHM(SaveAscii2)

/// Sets documentation strings for this algorithm
void SaveAscii2::initDocs()
Expand Down

0 comments on commit ff384a8

Please sign in to comment.