- Timestamp:
- Aug 20, 2014, 1:06:47 PM (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution.cpp
rd635829 r9d51a8 493 493 // advance in matching to current bin to fill in 494 494 const size_t OldIndex = std::distance(_remainingweights.begin(), _remainiter); 495 while (_matching.size() <= OldIndex) { // add empty lists of new bin is opened495 while (_matching.size() <= OldIndex) { // add empty lists if new bin is opened 496 496 LOG(6, "DEBUG: Extending _matching."); 497 497 _matching.push_back( IndexList_t() );
Note:
See TracChangeset
for help on using the changeset viewer.
