Changeset e08108
- Timestamp:
- Oct 8, 2016, 7:25:02 PM (9 years ago)
- Branches:
- Add_FitFragmentPartialChargesAction, Fix_ChargeSampling_PBC, Fix_FitPartialCharges
- Children:
- bd8b57
- Parents:
- 1640be
- git-author:
- Frederik Heber <heber@…> (06/12/16 19:00:44)
- git-committer:
- Frederik Heber <heber@…> (10/08/16 19:25:02)
- Location:
- src/Fragmentation/Summation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/AllLevelOrthogonalSummator.hpp
r1640be re08108 15 15 16 16 #include <vector> 17 18 #include <boost/fusion/sequence.hpp> 17 19 18 20 #include "CodePatterns/Assert.hpp" -
src/Fragmentation/Summation/AllLevelSummator.hpp
r1640be re08108 15 15 16 16 #include <vector> 17 18 #include <boost/fusion/sequence.hpp> 17 19 18 20 #include "CodePatterns/Assert.hpp" -
src/Fragmentation/Summation/OrthogonalSummator.hpp
r1640be re08108 23 23 #include "Fragmentation/Summation/SetValue.hpp" 24 24 #include "Fragmentation/Summation/ZeroInstance.hpp" 25 26 #ifdef HAVE_JOBMARKET 27 #include "JobMarket/JobId.hpp" 28 #else 29 #include "Jobs/JobMarket/types.hpp" 30 #endif 25 31 26 32 /** OrthogonalSummator is a general class for making us of OrthogonalSummation. -
src/Fragmentation/Summation/Summator.hpp
r1640be re08108 23 23 #include "Fragmentation/Summation/SetValue.hpp" 24 24 #include "Fragmentation/Summation/ZeroInstance.hpp" 25 26 #ifdef HAVE_JOBMARKET 27 #include "JobMarket/JobId.hpp" 28 #else 29 #include "Jobs/JobMarket/types.hpp" 30 #endif 25 31 26 32 /** Summator is a general class for making us of Summation.
Note:
See TracChangeset
for help on using the changeset viewer.