From 00b3ffb594e315cb3a34cf2dd7c849a409c37408 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Thu, 24 Jan 2019 13:14:06 +0100
Subject: [PATCH] Molck output correction

---
 modules/mol/alg/src/molck.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/mol/alg/src/molck.cc b/modules/mol/alg/src/molck.cc
index f0b8f946d..b3cfe016c 100644
--- a/modules/mol/alg/src/molck.cc
+++ b/modules/mol/alg/src/molck.cc
@@ -80,7 +80,7 @@ void ost::mol::alg::RemoveAtoms(
        edi.DeleteAtom(*i);
        zremoved++;   
     }
-    std::cerr << " --> removed " << zremoved << " hydrogen atoms" << std::endl;
+    std::cerr << " --> removed " << zremoved << " atoms with zero occupancy" << std::endl;
   }
 
   if (rm_hyd_atoms) {
-- 
GitLab