Changeset 11bab4 for src/FunctionApproximation
- Timestamp:
- Oct 3, 2016, 11:26:02 AM (9 years ago)
- Branches:
- Fix_FitPotential_needs_atomicnumbers
- Children:
- de81b9
- Parents:
- 0b7036
- Location:
- src/FunctionApproximation
- Files:
-
- 2 edited
-
Extractors.cpp (modified) (2 diffs)
-
Extractors.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/FunctionApproximation/Extractors.cpp
r0b7036 r11bab4 160 160 FunctionModel::list_of_arguments_t Extractors::reorderArgumentsByParticleTypes( 161 161 const FunctionModel::list_of_arguments_t &listargs, 162 const ParticleTypes_t &_types 162 const ParticleTypes_t &_types, 163 const boost::adjacency_list<> &_subgraph 163 164 ) 164 165 { … … 313 314 FunctionModel::list_of_arguments_t Extractors::filterArgumentsByParticleTypes( 314 315 const FunctionModel::arguments_t &args, 315 const ParticleTypes_t &_types 316 const ParticleTypes_t &_types, 317 const boost::adjacency_list<> &_subgraph 316 318 ) 317 319 { -
src/FunctionApproximation/Extractors.hpp
r0b7036 r11bab4 104 104 * 105 105 * \param listargs list of arguments to reorder each 106 * \param _types particle type vector 106 * \param _types particle type vector which gives the order of the distance arguments 107 * \param _subgraph specifies the subgraph which we need to find in the arguments 107 108 * \return reordered args 108 109 */ 109 110 FunctionModel::list_of_arguments_t reorderArgumentsByParticleTypes( 110 111 const FunctionModel::list_of_arguments_t &eachargs, 111 const ParticleTypes_t &_types 112 const ParticleTypes_t &_types, 113 const boost::adjacency_list<> &_subgraph 112 114 ); 113 115 … … 118 120 * 119 121 * \param args arguments to reorder 120 * \param _types particle type vector 122 * \param _types particle type vector which gives the order of the distance arguments 123 * \param _subgraph specifies the subgraph which we need to find in the arguments 121 124 * \return filtered list of args 122 125 */ 123 126 FunctionModel::list_of_arguments_t filterArgumentsByParticleTypes( 124 127 const FunctionModel::arguments_t &args, 125 const ParticleTypes_t &_types 128 const ParticleTypes_t &_types, 129 const boost::adjacency_list<> &_subgraph 126 130 ); 127 131
Note:
See TracChangeset
for help on using the changeset viewer.
