Changeset 8d6a44
- Timestamp:
- Oct 20, 2016, 8:52:32 PM (8 years ago)
- Branches:
- Fix_IndependentFragmentGrids
- Children:
- f8dae2
- Parents:
- 8a91f5
- git-author:
- Frederik Heber <heber@…> (09/22/16 06:17:43)
- git-committer:
- Frederik Heber <heber@…> (10/20/16 20:52:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Summation/SetValue.hpp
r8a91f5 r8d6a44 125 125 if (container) { 126 126 const IndexSetContainer::Container_t &subsets = container->getContainer(); 127 for (IndexSetContainer::Container_t::const_ iterator iter = subsets.begin();128 iter != subsets. end(); ++iter) {127 for (IndexSetContainer::Container_t::const_reverse_iterator iter = subsets.rbegin(); 128 iter != subsets.rend(); ++iter) { 129 129 LOG(3, "DEBUG: Current subset is " << **iter << "."); 130 130 // NOTE: our subset is not contained in the number of subsets
Note:
See TracChangeset
for help on using the changeset viewer.