Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Nov 16, 2023
1 parent 7003039 commit a998014
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/RbtAtom.h
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,7 @@ namespace Rbt
RbtBool operator()(const RbtAtom *pAtom) const { return (pAtom->GetGroupCharge() > 0.001); }
};

// TODO
// Is this atom part of the subgraph specified by the user?
// Does the atom have the given ID ?
class isAtomId : public std::unary_function<RbtAtom *, RbtBool>
{
RbtInt n;
Expand Down

0 comments on commit a998014

Please sign in to comment.