- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AtomAction/AddAction.cpp
r952f38 r047878 12 12 #include "atom.hpp" 13 13 #include "element.hpp" 14 #include " Helpers/Log.hpp"14 #include "log.hpp" 15 15 #include "molecule.hpp" 16 #include " LinearAlgebra/Vector.hpp"17 #include " Helpers/Verbose.hpp"16 #include "vector.hpp" 17 #include "verbose.hpp" 18 18 #include "World.hpp" 19 19 … … 25 25 #include "UIElements/UIFactory.hpp" 26 26 #include "UIElements/Dialog.hpp" 27 #include " Actions/ValueStorage.hpp"27 #include "UIElements/ValueStorage.hpp" 28 28 29 29 const char AtomAddAction::NAME[] = "add-atom";
Note:
See TracChangeset
for help on using the changeset viewer.