Changes in src/Legacy/oldmenu.cpp [bdc91e:952f38]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Legacy/oldmenu.cpp
rbdc91e r952f38 20 20 #include "element.hpp" 21 21 #include "ellipsoid.hpp" 22 #include " helpers.hpp"22 #include "Helpers/helpers.hpp" 23 23 #include "leastsquaremin.hpp" 24 24 #include "linkedcell.hpp" 25 #include " log.hpp"25 #include "Helpers/Log.hpp" 26 26 #include "memoryusageobserverunittest.hpp" 27 27 #include "molecule.hpp" 28 28 #include "periodentafel.hpp" 29 29 #include "vector_ops.hpp" 30 #include " Plane.hpp"31 #include "Line .hpp"30 #include "LinearAlgebra/Plane.hpp" 31 #include "LinearAlgebra/Line.hpp" 32 32 33 33 #include "UIElements/UIFactory.hpp"
Note:
See TracChangeset
for help on using the changeset viewer.