diff --git a/src/Structure/Beam.cpp b/src/Structure/Beam.cpp index d534c2cca491155804c0049b0ac542592a722c7e..19836abe62046134003564c26ff93ed8413e0c01 100644 --- a/src/Structure/Beam.cpp +++ b/src/Structure/Beam.cpp @@ -368,7 +368,7 @@ void Beam::print(std::ostream &os) const { os << "* BEAM " << getOpalName() << '\n' << "* PARTICLE " << Attributes::getString(itsAttr[PARTICLE]) << '\n' << "* CURRENT " << Attributes::getReal(itsAttr[BCURRENT]) << " A\n" - << "* FREQUENCY " << Attributes::getReal(itsAttr[BFREQ])*1e-6 << " MHz\n" + << "* FREQUENCY " << Attributes::getReal(itsAttr[BFREQ]) << " MHz\n" << "* CHARGE " << (charge > 0 ? '+' : '-') << "e * " << std::abs(charge) << " \n" << "* REST MASS " << Attributes::getReal(itsAttr[MASS]) << " GeV\n" << "* MOMENTUM " << Attributes::getReal(itsAttr[PC]) << '\n'