Changeset 49874c for src/Descriptors/AtomDescriptor.cpp
- Timestamp:
- Apr 23, 2021, 8:51:43 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- 0f9eb0
- Parents:
- c18a79
- git-author:
- Frederik Heber <frederik.heber@…> (11/25/20 06:38:44)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/23/21 20:51:43)
- File:
-
- 1 edited
-
src/Descriptors/AtomDescriptor.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Descriptors/AtomDescriptor.cpp
rc18a79 r49874c 133 133 std::vector<atom*> *, 134 134 std::pair<atomId_t,atom*>)>(&AtomDescriptor_impl::checkAndAdd), 135 this, boost::cref(&res),_1));135 this,&res,_1)); 136 136 return res; 137 137 } … … 145 145 std::vector<const atom*> *, 146 146 std::pair<atomId_t,const atom*>) const>(&AtomDescriptor_impl::checkAndAdd), 147 boost::cref(this),&res,_1));147 this,&res,_1)); 148 148 return res; 149 149 }
Note:
See TracChangeset
for help on using the changeset viewer.
