(void)sprintf(buffer,"TorsionInfo::TorsionInfo: torsion1 size(=%u) is not %d!",static_cast<unsignedint>(torsion1.size()),AmoebaTorsionForce::ParametersPerTorsion);
throwOpenMMException(buffer);
std::stringstreambuffer;
buffer<<"TorsionInfo::TorsionInfo: torsion1 size(="<<torsion1.size()<<") is not "<<AmoebaTorsionForce::ParametersPerTorsion;
(void)sprintf(buffer,"TorsionInfo::TorsionInfo: torsion2 size(=%u) is not %d!",static_cast<unsignedint>(torsion2.size()),AmoebaTorsionForce::ParametersPerTorsion);
throwOpenMMException(buffer);
std::stringstreambuffer;
buffer<<"TorsionInfo::TorsionInfo: torsion2 size(="<<torsion2.size()<<") is not "<<AmoebaTorsionForce::ParametersPerTorsion;
(void)sprintf(buffer,"TorsionInfo::TorsionInfo: torsion3 size(=%u) is not %d!",static_cast<unsignedint>(torsion3.size()),AmoebaTorsionForce::ParametersPerTorsion);
throwOpenMMException(buffer);
std::stringstreambuffer;
buffer<<"TorsionInfo::TorsionInfo: torsion3 size(="<<torsion3.size()<<") is not "<<AmoebaTorsionForce::ParametersPerTorsion;
buffer<<"TorsionInfo::copyTorsionParameter: input torsionParameter size(="<<torsionParameter.size()<<") is not "<<AmoebaTorsionForce::ParametersPerTorsion;