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

Molck output correction

parent f6995e5d
Branches
Tags
No related merge requests found
...@@ -80,7 +80,7 @@ void ost::mol::alg::RemoveAtoms( ...@@ -80,7 +80,7 @@ void ost::mol::alg::RemoveAtoms(
edi.DeleteAtom(*i); edi.DeleteAtom(*i);
zremoved++; zremoved++;
} }
std::cerr << " --> removed " << zremoved << " hydrogen atoms" << std::endl; std::cerr << " --> removed " << zremoved << " atoms with zero occupancy" << std::endl;
} }
if (rm_hyd_atoms) { if (rm_hyd_atoms) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment