Changeset 15c75f8 for src/molecule.hpp
- Timestamp:
- Nov 5, 2014, 9:41:13 PM (10 years ago)
- Parents:
- 7b38d3
- git-author:
- Frederik Heber <heber@…> (11/05/14 20:49:45)
- git-committer:
- Frederik Heber <heber@…> (11/05/14 21:41:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule.hpp
r7b38d3 r15c75f8 108 108 NotificationType_MAX 109 109 }; 110 111 //>! access to last changed element (atom) 112 const atom* lastChanged() const 113 { return _lastchangedatom; } 110 114 111 115 public: … … 319 323 320 324 private: 325 friend const atom *detail::lastChanged<atom>(); 326 atom *_lastchangedatom; 327 321 328 int last_atom; //!< number given to last atom 322 329 };
Note:
See TracChangeset
for help on using the changeset viewer.