Changes in src/molecule_pointcloud.cpp [71b20e:6a7f78c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_pointcloud.cpp
r71b20e r6a7f78c 50 50 }; 51 51 52 /** Return the greatest index of all atoms in the list.53 * \return greatest index54 */55 int molecule::GetMaxId() const56 {57 return last_atom;58 };59 60 52 /** Go to next atom. 61 53 * Stops at last one.
Note:
See TracChangeset
for help on using the changeset viewer.