Skip to content
Snippets Groups Projects
Commit e5973be9 authored by Marco Biasini's avatar Marco Biasini
Browse files

add missing continue

parent 2695d424
Branches
Tags
No related merge requests found
......@@ -132,6 +132,7 @@ EntityView FilterClashes(const EntityView& ent, Real tolerance,
filtered.AddAtom(atom);
}
}
continue;
}
filtered.AddResidue(res, ViewAddFlag::INCLUDE_ATOMS);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment