Changeset ff4611 for molecuilder/src/molecule_pointcloud.cpp
- Timestamp:
- Dec 19, 2009, 7:32:24 PM (16 years ago)
- Children:
- eda56a
- Parents:
- f78203
- File:
-
- 1 edited
-
molecuilder/src/molecule_pointcloud.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/molecule_pointcloud.cpp
rf78203 rff4611 50 50 }; 51 51 52 /** Return the greatest index of all atoms in the list. 53 * \return greatest index 54 */ 55 int molecule::GetMaxId() const 56 { 57 return last_atom; 58 }; 59 52 60 /** Go to next atom. 53 61 * Stops at last one.
Note:
See TracChangeset
for help on using the changeset viewer.
