- 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/VectorCommandLineQuery.cpp
r9346af rbf87c2 52 52 {} 53 53 54 boolCommandLineDialog::VectorCommandLineQuery::handle() {54 void CommandLineDialog::VectorCommandLineQuery::handle() { 55 55 VectorValue temporary; 56 56 if (CommandLineParser::getInstance().vm.count(getTitle())) { 57 57 temporary = CommandLineParser::getInstance().vm[getTitle()].as< VectorValue >(); 58 58 temp = temporary.vectorstring; 59 return true;59 handleSuccess = true; return; 60 60 } 61 return false;62 61 } 63 62
Note:
See TracChangeset
for help on using the changeset viewer.