Changes in src/molecule_pointcloud.cpp [6a7f78c:e138de]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_pointcloud.cpp
r6a7f78c re138de 13 13 /************************************* Functions for class molecule *********************************/ 14 14 15 /** Returns a name for this point cloud, here the molecule's name.16 * \return name of point cloud17 */18 const char * const molecule::GetName() const19 {20 return name;21 };22 15 23 16 /** Determine center of all atoms.
Note:
See TracChangeset
for help on using the changeset viewer.