Skip to content

Commit

Permalink
Re #4472. Take using declaration out of header.
Browse files Browse the repository at this point in the history
  • Loading branch information
RussellTaylor committed Mar 16, 2012
1 parent 2c7de59 commit bf650ba
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
#include "MantidAPI/WorkspaceGroup.h"
#include "MantidMDAlgorithms/MagneticFormFactor.h"

using namespace Mantid::API;

namespace Mantid
{
namespace MDAlgorithms
Expand Down Expand Up @@ -67,7 +65,7 @@ namespace Mantid
std::string name()const{return "SimulateResolution";}

/// set pointer to runData vector
void setWorkspaceMD(WorkspaceGroup_sptr wsGroup);
void setWorkspaceMD(API::WorkspaceGroup_sptr wsGroup);
//void setRunDataInfo(boost::shared_ptr<Mantid::MDAlgorithms::RunParam> runData);

protected:
Expand Down Expand Up @@ -157,7 +155,7 @@ namespace Mantid
/// Pointer to the run parameter objects, yet to be defined
boost::shared_ptr<MDAlgorithms::RunParam> m_runData;
/// Pointer to the group of input MDWorkspaces
WorkspaceGroup_sptr m_mdWorkspaces;
API::WorkspaceGroup_sptr m_mdWorkspaces;
boost::shared_ptr<MagneticFormFactor> m_magForm;

/// The default seed for MT random numbers
Expand Down

0 comments on commit bf650ba

Please sign in to comment.