Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/TextUI/TextDialog.cpp

    re5c0a1 r952f38  
    1919#include "World.hpp"
    2020#include "periodentafel.hpp"
    21 #include "log.hpp"
    22 #include "verbose.hpp"
     21#include "Helpers/Log.hpp"
     22#include "Helpers/Verbose.hpp"
    2323
    2424#include "atom.hpp"
    2525#include "element.hpp"
    2626#include "molecule.hpp"
    27 #include "vector.hpp"
    28 #include "Matrix.hpp"
     27#include "LinearAlgebra/Vector.hpp"
     28#include "LinearAlgebra/Matrix.hpp"
    2929#include "Box.hpp"
    3030
     
    523523    }
    524524  }
    525   return true;
    526525}
    527526
     
    566565  bool badInput=false;
    567566  bool aborted = false;
    568   const element * temp = NULL;
     567  element * temp = NULL;
    569568  do{
    570569    badInput = false;
Note: See TracChangeset for help on using the changeset viewer.