Changes in src/molecule_pointcloud.cpp [e138de:6a7f78c]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/molecule_pointcloud.cpp
re138de r6a7f78c 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 cloud 17 */ 18 const char * const molecule::GetName() const 19 { 20 return name; 21 }; 15 22 16 23 /** Determine center of all atoms.
Note:
See TracChangeset
for help on using the changeset viewer.