Commit 6aebf840 by Maarten L. Hekkelman

fix

parents e812e2e0 43eda65d
...@@ -1284,21 +1284,10 @@ void DSSPImpl::calculateSecondaryStructure() ...@@ -1284,21 +1284,10 @@ void DSSPImpl::calculateSecondaryStructure()
{ {
if (a == b) if (a == b)
{ {
<<<<<<< HEAD
if (a == b)
{
if (cif::VERBOSE)
std::cerr << "In the SS bonds list, the residue " << a->mM << " is bonded to itself" << std::endl;
continue;
}
// throw std::runtime_error("first and second residue are the same");
=======
if (cif::VERBOSE) if (cif::VERBOSE)
std::cerr << "In the SS bonds list, the residue " << a->mM << " is bonded to itself" << std::endl; std::cerr << "In the SS bonds list, the residue " << a->mM << " is bonded to itself" << std::endl;
continue; continue;
} }
// throw std::runtime_error("first and second residue are the same");
>>>>>>> 9c1aeff65b1d849a88f33e8839389cd9825184fc
if (a->mM.asymID() == b->mM.asymID() and NoChainBreak(a, b)) if (a->mM.asymID() == b->mM.asymID() and NoChainBreak(a, b))
++mStats.nrOfIntraChainSSBridges; ++mStats.nrOfIntraChainSSBridges;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment