Skip to content

Commit

Permalink
Fix using declaration on windows. Refs #5397
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jul 30, 2012
1 parent 35f75b5 commit d41c2ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ namespace Mantid
{
namespace MDAlgorithms
{
DECLARE_FOREGROUNDMODEL(Strontium122);

using PhysicalConstants::MagneticIon;
using Kernel::Math::BoseEinsteinDistribution;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace Mantid
using Geometry::IObjComponent_const_sptr;
using Geometry::IDetector_const_sptr;
using API::Run;
using API::IFunction;

DECLARE_MDRESOLUTIONCONVOLUTION(TobyFitResolutionModel, "TobyFitResolutionModel");

Expand Down Expand Up @@ -133,7 +134,6 @@ namespace Mantid
*/
void TobyFitResolutionModel::declareAttributes()
{
using API::IFunction;
// Resolution attributes, all on by default
for(unsigned int i = 0; i < TobyFitYVector::variableCount(); ++i)
{
Expand Down

0 comments on commit d41c2ec

Please sign in to comment.