- Timestamp:
- Jul 17, 2017, 12:28:51 PM (8 years ago)
- Branches:
- Action_Thermostats, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults
- Children:
- 3bd4a66
- Parents:
- 9346af
- git-author:
- Frederik Heber <frederik.heber@…> (07/06/17 22:18:13)
- git-committer:
- Frederik Heber <frederik.heber@…> (07/17/17 12:28:51)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/Query/ElementCommandLineQuery.cpp
r9346af rbf87c2 53 53 {} 54 54 55 boolCommandLineDialog::ElementCommandLineQuery::handle() {55 void CommandLineDialog::ElementCommandLineQuery::handle() { 56 56 // TODO: vector of ints and removing first is not correctly implemented yet. How to remove from a vector? 57 57 periodentafel *periode = World::getInstance().getPeriode(); … … 68 68 } 69 69 } catch(boost::bad_any_cast &e) { 70 return false;70 return; 71 71 } 72 72 ASSERT(temp != NULL, "Invalid element specified in ElementCommandLineQuery"); 73 return true;73 handleSuccess = true; return; 74 74 } 75 return false;76 75 } 77 76
Note:
See TracChangeset
for help on using the changeset viewer.