Changeset 2315f3 for src/UIElements/CommandLineUI/CommandLineDialog.hpp
- Timestamp:
- May 8, 2017, 1:51:22 PM (8 years ago)
- Branches:
- ForceAnnealing_goodresults, ForceAnnealing_tocheck
- Children:
- 1e6fb7
- Parents:
- 01a018
- git-author:
- Frederik Heber <heber@…> (03/30/17 14:37:42)
- git-committer:
- Frederik Heber <frederik.heber@…> (05/08/17 13:51:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/CommandLineUI/CommandLineDialog.hpp
r01a018 r2315f3 48 48 #include <boost/preprocessor/facilities/empty.hpp> 49 49 50 virtual void queryVector(Parameter<Vector> &, const std::string ="", const std::string = ""); 51 virtual void queryVectors(Parameter< std::vector<Vector> > &, const std::string ="", const std::string = ""); 52 50 53 // iterate over all parameter query types for query declarations 51 54 #if defined GLOBALLISTOFPARAMETERQUERIES_Token && defined GLOBALLISTOFPARAMETERQUERIES_Type … … 57 60 #undef SUFFIX 58 61 #endif 62 63 class VectorCommandLineQuery; 64 class VectorsCommandLineQuery; 59 65 60 66 // iterate over all parameter query types for forward declarations
Note:
See TracChangeset
for help on using the changeset viewer.