- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/UIElements/TextUI/Query/VectorsTextQuery.cpp ¶
rd754bb r8df74d 22 22 #include <iostream> 23 23 24 #include "TextUI/ Query/TextQuery.hpp"24 #include "TextUI/TextDialog.hpp" 25 25 26 26 #include "Helpers/Log.hpp" … … 39 39 40 40 bool TextDialog::VectorsTextQuery::handle() { 41 std::cout << get Description() << std::endl;41 std::cout << getTitle(); 42 42 char coords[3] = {'x', 'y', 'z'}; 43 43 const Matrix &M = World::getInstance().getDomain().getM(); … … 46 46 47 47 std::string line; 48 getline( std::cin,line);48 getline(cin,line); 49 49 50 50 // dissect by ","
Note:
See TracChangeset
for help on using the changeset viewer.