Changeset c93e58 for src/FunctionApproximation/Extractors.hpp
- Timestamp:
- Oct 2, 2016, 2:03:57 PM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- be20db
- Parents:
- 6ffdf2
- File:
-
- 1 edited
-
src/FunctionApproximation/Extractors.hpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Extractors.hpp
r6ffdf2 rc93e58 69 69 * 70 70 * \param positions all nuclei positions 71 * \param charges all nuclei charges71 * \param atomicNumber all nuclei atomic numbers 72 72 * \param globalid index to associated in argument_t with 73 73 * \return vector of argument_ , each with a distance … … 76 76 gatherAllSymmetricDistanceArguments( 77 77 const Fragment::positions_t& positions, 78 const Fragment:: charges_t& charges,78 const Fragment::atomicnumbers_t& atomicnumbers, 79 79 const size_t globalid); 80 80 … … 83 83 * 84 84 * \param positions all nuclei positions 85 * \param charges all nuclei charges85 * \param atomicNumber all nuclei atomic numbers 86 86 * \param index index refers to the index within the global set of configurations 87 87 * \return vector of of argument_t containing all found distances … … 89 89 inline FunctionModel::arguments_t gatherAllSymmetricDistances( 90 90 const Fragment::positions_t& positions, 91 const Fragment:: charges_t& charges,91 const Fragment::atomicnumbers_t& atomicnumbers, 92 92 const size_t index 93 93 ) { 94 94 // get distance out of Fragment 95 return gatherAllSymmetricDistanceArguments(positions, charges, index);95 return gatherAllSymmetricDistanceArguments(positions, atomicnumbers, index); 96 96 } 97 97
Note:
See TracChangeset
for help on using the changeset viewer.
