- Timestamp:
- Aug 20, 2014, 1:06:47 PM (11 years ago)
- Children:
- 87491e
- Parents:
- 9d51a8
- git-author:
- Frederik Heber <heber@…> (07/20/14 11:28:27)
- git-committer:
- Frederik Heber <heber@…> (08/20/14 13:06:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Fragmentation/Exporters/SphericalPointDistribution.cpp
r9d51a8 r693036 501 501 502 502 // check whether connection between bins' indices and candidate is satisfied 503 {503 if (!_MCS.adjacency.empty()) { 504 504 adjacency_t::const_iterator finder = _MCS.adjacency.find(*iter); 505 505 ASSERT( finder != _MCS.adjacency.end(), … … 509 509 LOG(5, "DEBUG; Skipping index " << *iter 510 510 << " as is not connected to current set." << *filliniter << "."); 511 ++iter; // note that forloop does not contain incrementor511 ++iter; // note that index-loop does not contain incrementor 512 512 continue; 513 513 }
Note:
See TracChangeset
for help on using the changeset viewer.
