- Timestamp:
- May 5, 2016, 5:14:19 PM (10 years ago)
- Children:
- 35e83a
- Parents:
- 8c076a
- git-author:
- Frederik Heber <heber@…> (05/05/16 13:54:14)
- git-committer:
- Frederik Heber <heber@…> (05/05/16 17:14:19)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/FragmentationAction.cpp
r8c076a r4a33f6 220 220 cyclekeys.insert(temp_cycle, order); 221 221 } 222 FragmentationResultContainer::getInstance().addCycles(cyclekeys); 222 { 223 AtomicInstance<FragmentationResultContainer> container = FragmentationResultContainer::getLockedInstance(); 224 (*container). addCycles(cyclekeys); 225 } 223 226 } 224 227 // Create graph and insert into TotalGraph
Note:
See TracChangeset
for help on using the changeset viewer.
