diff --git a/modules/mol/alg/src/sec_struct.cc b/modules/mol/alg/src/sec_struct.cc index 0c1fd6465f1cdcb22b887b985587a4096eadbc5d..e5a34bc25592e6ceca39d1f577c5485389eccf43 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();