Skip to content

Commit

Permalink
refs #8060 removing some debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
abuts committed Apr 30, 2014
1 parent d873e6b commit 4badce2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Expand Up @@ -152,9 +152,9 @@ namespace Mantid
if (m_formFactorTable)
delete m_formFactorTable;
m_formFactorTable = new MagneticFormFactorTable(FORM_FACTOR_TABLE_LENGTH, getMagneticIon(ionType));
m_MagIonName = ionType;
}
}
m_MagIonName = ionType;
}

/**
Expand Down
Expand Up @@ -65,8 +65,6 @@ namespace Mantid
declareAttribute(AnsatzParameters::ATTR_NAMES[2], API::IFunction::Attribute(int(Isotropic)));

setFormFactorIon(CoIon.asString());
std::cout<<" Setting Default Attribute"<<CoIon.asString()<<std::endl;

}

/**
Expand All @@ -88,7 +86,6 @@ namespace Mantid
else if(name == AnsatzParameters::ATTR_NAMES[0])
{
setFormFactorIon(attr.asString());
std::cout<<" Setting Attribute"<<attr.asString()<<std::endl;
}
else
ForegroundModel::setAttribute(name, attr); // pass it on the base
Expand Down Expand Up @@ -138,9 +135,6 @@ namespace Mantid
const double qsqr = qx*qx + qy*qy + qz*qz;
const double Amplitude = getCurrentParameterValue(AnsatzParameters::Ampliture);
const double J_coupling = getCurrentParameterValue(AnsatzParameters::J_coupling);
std::cout<<" position: "<<point[0]<<" "<<point[1]<<" "<<point[2]<<" "<<point[3]<<std::endl;
std::cout<<" Ampliture and J_coupling "<<Amplitude<<" "<<J_coupling;
// const double epssqr = eps*eps;


double weight,qchain;
Expand Down

0 comments on commit 4badce2

Please sign in to comment.