- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Descriptors/AtomIdDescriptor.cpp
r112b09 r41aa39 12 12 13 13 #include "atom.hpp" 14 #include "Patterns/ObservedContainer_impl.hpp" 14 15 15 16 using namespace std; … … 32 33 33 34 atom *AtomIdDescriptor_impl::find(){ 34 World::AtomSet atoms = getAtoms();35 World::AtomSet &atoms = getAtoms(); 35 36 World::AtomSet::iterator res = atoms.find(id); 36 37 return (res!=atoms.end())?((*res).second):0;
Note:
See TracChangeset
for help on using the changeset viewer.