Changeset d86d97 for src/Actions
- Timestamp:
- Jul 12, 2017, 7:12:47 PM (7 years ago)
- Branches:
- Action_Thermostats, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.1, ChemicalSpaceEvaluator, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Exclude_Hydrogens_annealWithBondGraph, Fix_Verbose_Codepatterns, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, Gui_displays_atomic_force_velocity, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, PythonUI_with_named_parameters, Recreated_GuiChecks, StoppableMakroAction, TremoloParser_IncreasedPrecision
- Children:
- 6c2ae0, 780f25
- Parents:
- 9a1e099
- git-author:
- Frederik Heber <frederik.heber@…> (07/12/17 15:08:55)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/12/17 19:12:47)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/FragmentationAction/ParseFragmentResultsAction.cpp
r9a1e099 rd86d97 128 128 assert_cast<FragmentationParseFragmentResultsState*>(_state.get()); 129 129 130 FragmentationResultContainer:: purgeInstance();130 FragmentationResultContainer::getInstance().clear(); 131 131 FragmentationResultContainer& container = FragmentationResultContainer::getInstance(); 132 132 std::stringstream contents(state->streamed_container);
Note:
See TracChangeset
for help on using the changeset viewer.