calculate surface only when needed, added deuterium

This commit is contained in:
Maarten L. Hekkelman
2020-09-02 13:51:40 +02:00
parent 71a78813e1
commit 7c5bf01090

View File

@@ -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");