- 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/RealSpaceMatrixCommandLineQuery.cpp
r9346af rbf87c2 50 50 {} 51 51 52 boolCommandLineDialog::RealSpaceMatrixCommandLineQuery::handle() {52 void CommandLineDialog::RealSpaceMatrixCommandLineQuery::handle() { 53 53 RealSpaceMatrixValue _temp; 54 54 if (CommandLineParser::getInstance().vm.count(getTitle())) { … … 58 58 for (size_t i=0;i<(NDIM*(NDIM+1))/2;++i) 59 59 _temp.matrix[i] = 0.; 60 return false;60 return; 61 61 } 62 62 temp = _temp.toRealSpaceMatrix(); 63 return true;63 handleSuccess = true; return; 64 64 } 65 return false;66 65 } 67 66
Note:
See TracChangeset
for help on using the changeset viewer.