Changeset c56380 for src/Fragmentation
- Timestamp:
 - Aug 20, 2014, 1:07:11 PM (11 years ago)
 - Children:
 - e94448
 - Parents:
 - 4a44ed
 - git-author:
 - Frederik Heber <heber@…> (07/20/14 11:27:39)
 - git-committer:
 - Frederik Heber <heber@…> (08/20/14 13:07:11)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
src/Fragmentation/Exporters/SphericalPointDistribution.cpp
r4a44ed rc56380 558 558 // advance in matching to current bin to fill in 559 559 const size_t OldIndex = std::distance(_remainingweights.begin(), _remainiter); 560 while (_matching.size() <= OldIndex) { // add empty lists of new bin is opened560 while (_matching.size() <= OldIndex) { // add empty lists if new bin is opened 561 561 LOG(6, "DEBUG: Extending _matching."); 562 562 _matching.push_back( IndexList_t() );  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  