Commit 7c5bf010 by Maarten L. Hekkelman

calculate surface only when needed, added deuterium

parent 71a78813
......@@ -1282,7 +1282,8 @@ DSSPImpl::DSSPImpl(const Structure& s, int min_poly_proline_stretch_length)
{
if (a == b)
{
std::cerr << "In the SS bonds list, the residue " << a->mM << " is bonded to itself" << std::endl;
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");
......
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