Changeset dbd841
- Timestamp:
- Mar 20, 2017, 2:54:42 PM (8 years ago)
- Branches:
- FitPartialCharges_GlobalError, PartialCharges_OrthogonalSummation
- Children:
- 346b0c
- Parents:
- eca0d7
- git-author:
- Frederik Heber <heber@…> (06/12/16 19:00:44)
- git-committer:
- Frederik Heber <heber@…> (03/20/17 14:54:42)
- Location:
- src/Fragmentation/Summation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/AllLevelOrthogonalSummator.hpp
reca0d7 rdbd841 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
reca0d7 rdbd841 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
reca0d7 rdbd841 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
reca0d7 rdbd841 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.