- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/TextUI/TextDialog.cpp
re5c0a1 r952f38 19 19 #include "World.hpp" 20 20 #include "periodentafel.hpp" 21 #include " log.hpp"22 #include " verbose.hpp"21 #include "Helpers/Log.hpp" 22 #include "Helpers/Verbose.hpp" 23 23 24 24 #include "atom.hpp" 25 25 #include "element.hpp" 26 26 #include "molecule.hpp" 27 #include " vector.hpp"28 #include " Matrix.hpp"27 #include "LinearAlgebra/Vector.hpp" 28 #include "LinearAlgebra/Matrix.hpp" 29 29 #include "Box.hpp" 30 30 … … 523 523 } 524 524 } 525 return true;526 525 } 527 526 … … 566 565 bool badInput=false; 567 566 bool aborted = false; 568 constelement * temp = NULL;567 element * temp = NULL; 569 568 do{ 570 569 badInput = false;
Note:
See TracChangeset
for help on using the changeset viewer.