- Timestamp:
- Apr 28, 2021, 10:02:49 PM (5 years ago)
- Branches:
- Candidate_v1.7.0, stable
- Children:
- e0e77e
- Parents:
- 87c1cc
- git-author:
- Frederik Heber <frederik.heber@…> (04/17/21 09:41:33)
- git-committer:
- Frederik Heber <frederik.heber@…> (04/28/21 22:02:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution.hpp
r87c1cc r2390e6 87 87 * 88 88 * \param _polygon already filled places to match 89 * \param _N desired total number fo points 90 */ 91 Polygon_t getRemainingPoints(const WeightedPolygon_t &_polygon, const int _N); 89 * \param _num_spots number of nodes in the polyhedra (e.g., number of orbitals in outer shell) 90 * \param _num_spots_available nodes available (e.g., number of orbitals not fully occupied) 91 */ 92 Polygon_t getRemainingPoints( 93 const WeightedPolygon_t &_polygon, 94 const int _num_spots, 95 const int _num_spots_available); 92 96 93 97 //!> default radius of the spherical distribution
Note:
See TracChangeset
for help on using the changeset viewer.
