From 6b9d1a8e81f26ef05efc7f60f89c190e9677696a Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Thu, 14 Mar 2019 09:38:15 +0100 Subject: [PATCH] nicify error message --- modules/mol/alg/src/sec_struct.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/alg/src/sec_struct.cc b/modules/mol/alg/src/sec_struct.cc index 0c1fd6465..e5a34bc25 100644 --- a/modules/mol/alg/src/sec_struct.cc +++ b/modules/mol/alg/src/sec_struct.cc @@ -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(); -- GitLab