Ignore:
Timestamp:
May 5, 2016, 5:14:19 PM (10 years ago)
Author:
Frederik Heber <heber@…>
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)
Message:

FragmentationResultContainer when written and inside QtGui is used in locked mode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/FragmentationAction/FragmentationAction.cpp

    r8c076a r4a33f6  
    220220        cyclekeys.insert(temp_cycle, order);
    221221      }
    222       FragmentationResultContainer::getInstance().addCycles(cyclekeys);
     222      {
     223        AtomicInstance<FragmentationResultContainer> container = FragmentationResultContainer::getLockedInstance();
     224         (*container). addCycles(cyclekeys);
     225      }
    223226    }
    224227    // Create graph and insert into TotalGraph
Note: See TracChangeset for help on using the changeset viewer.