- Timestamp:
- Oct 8, 2016, 7:25:46 PM (9 years ago)
- Branches:
- Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
- Children:
- f5d635
- Parents:
- e08108
- git-author:
- Frederik Heber <heber@…> (06/12/16 14:28:29)
- git-committer:
- Frederik Heber <heber@…> (10/08/16 19:25:46)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/Converter/DataConverter.hpp
re08108 rbd8b57 27 27 28 28 #include "Fragmentation/KeySetsContainer.hpp" 29 #include "Fragmentation/Summation/SetValues/detail.hpp" 29 30 #include "Fragmentation/Summation/SetValues/Eigenvalues.hpp" 30 31 #include "Fragmentation/Summation/SetValues/Histogram.hpp" … … 139 140 } 140 141 IndexedVectors::indices_t indices(arrayiter->begin(), arrayiter->end()); 142 IndexedVectors::values_t values(extractedData.forces.begin(), extractedData.forces.end()); 141 143 boost::fusion::at_key<typename dataforcefused::forces>(instance) = 142 IndexedVectors(indices, extractedData.forces);144 IndexedVectors(indices, values); 143 145 Data_Force_fused.insert( std::make_pair(dataiter->first, instance) ); 144 146 }
Note:
See TracChangeset
for help on using the changeset viewer.
