Ignore:
Timestamp:
Aug 20, 2014, 1:06:47 PM (11 years ago)
Author:
Frederik Heber <heber@…>
Children:
693036
Parents:
d635829
git-author:
Frederik Heber <heber@…> (07/20/14 11:27:39)
git-committer:
Frederik Heber <heber@…> (08/20/14 13:06:47)
Message:

tempcommit: Typo. Merge with c13adf75

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Fragmentation/Exporters/SphericalPointDistribution.cpp

    rd635829 r9d51a8  
    493493        // advance in matching to current bin to fill in
    494494        const size_t OldIndex = std::distance(_remainingweights.begin(), _remainiter);
    495         while (_matching.size() <= OldIndex) { // add empty lists of new bin is opened
     495        while (_matching.size() <= OldIndex) { // add empty lists if new bin is opened
    496496          LOG(6, "DEBUG: Extending _matching.");
    497497          _matching.push_back( IndexList_t() );
Note: See TracChangeset for help on using the changeset viewer.