Commit 32869b34 by Maarten L. Hekkelman

Fix verbose checking

parent 51e11a7c
......@@ -234,7 +234,7 @@ void annotateDSSP(cif::datablock &db, const dssp::DSSP &dssp, bool writeOther, s
{
if (dssp.empty())
{
if (cif::VERBOSE)
if (cif::VERBOSE > 0)
std::cout << "No secondary structure information found" << std::endl;
}
else
......
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