Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/molecule_pointcloud.cpp

    r71b20e r6a7f78c  
    5050};
    5151
    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 
    6052/** Go to next atom.
    6153 * Stops at last one.
Note: See TracChangeset for help on using the changeset viewer.