Commit 9b5ef754 by maarten

pepflip werk

git-svn-id: svn+ssh://gitlab/srv/svn-repos/pdb-redo/trunk@284 a1961a4f-ab94-4bcc-80e8-33b5a54de466
parent 41b2231e
......@@ -751,7 +751,8 @@ float Monomer::kappa() const
catch (const exception& ex)
{
if (VERBOSE)
cerr << ex.what() << endl;
cerr << "When trying to calculate kappa for " << asymID() << ':' << seqID() << ": "
<< ex.what() << endl;
}
return result;
......
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