Ignore:
File:
1 edited

Legend:

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

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