Skip to content
Snippets Groups Projects
Commit 6b9d1a8e authored by Studer Gabriel's avatar Studer Gabriel
Browse files

nicify error message

parent ef016d3b
Branches
Tags
No related merge requests found
......@@ -456,7 +456,7 @@ String RawEstimateSS(const std::vector<geom::Vec3>& ca_positions,
const std::vector<int>& connected_to_next) {
if(size < 1){
throw ost::Error("Size of input is too small!in dssp calculation");
throw ost::Error("Size of input is too small in dssp calculation!");
}
int full_size = ca_positions.size();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment