Skip to content
Snippets Groups Projects
Commit cafead0b authored by Mikhail Svechnikov's avatar Mikhail Svechnikov
Browse files

print sld units nm^-2

parent 445e3f14
No related branches found
No related tags found
2 merge requests!1610From final 20.1,!1607Show SLD units (#558)
......@@ -70,8 +70,8 @@ std::string MaterialBySLDImpl::print() const
{
std::stringstream s;
s << "MaterialBySLD:" << matName() << "<" << this << ">{ "
<< "sld_real=" << m_sld_real << ", sld_imag = " << m_sld_imag << ", B=" << magnetization()
<< "}";
<< "sld_real=" << m_sld_real << ", sld_imag = " << m_sld_imag
<< " nm^-2, B=" << magnetization() << " A/m}";
return s.str();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment