Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/UIElements/TextUI/Query/VectorsTextQuery.cpp

    rd754bb r8df74d  
    2222#include <iostream>
    2323
    24 #include "TextUI/Query/TextQuery.hpp"
     24#include "TextUI/TextDialog.hpp"
    2525
    2626#include "Helpers/Log.hpp"
     
    3939
    4040bool TextDialog::VectorsTextQuery::handle() {
    41   std::cout << getDescription() << std::endl;
     41  std::cout << getTitle();
    4242  char coords[3] = {'x', 'y', 'z'};
    4343  const Matrix &M = World::getInstance().getDomain().getM();
     
    4646
    4747  std::string line;
    48   getline(std::cin,line);
     48  getline(cin,line);
    4949
    5050  // dissect by ","
Note: See TracChangeset for help on using the changeset viewer.