Commit eb2283cc by Maarten L. Hekkelman

progress

parent a9b0b4bf
......@@ -1552,7 +1552,7 @@ void DSSP_impl::calculateSecondaryStructure()
std::thread hbond_thread(std::bind(&CalculateHBondEnergies, std::ref(mResidues), std::ref(q1)));
std::unique_ptr<cif::progress_bar> progress;
if (cif::VERBOSE == 0)
if (cif::VERBOSE == 0 or cif::VERBOSE == 1)
progress.reset(new cif::progress_bar((mResidues.size() * (mResidues.size() - 1) / 2), "calculate hbond energies"));
for (uint32_t i = 0; i + 1 < mResidues.size(); ++i)
......
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