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