- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PairCorrelationAction.cpp
r952f38 re5c0a1 13 13 #include "boundary.hpp" 14 14 #include "linkedcell.hpp" 15 #include " Helpers/Verbose.hpp"16 #include " Helpers/Log.hpp"15 #include "verbose.hpp" 16 #include "log.hpp" 17 17 #include "element.hpp" 18 18 #include "molecule.hpp" 19 19 #include "periodentafel.hpp" 20 #include " LinearAlgebra/Vector.hpp"20 #include "vector.hpp" 21 21 #include "World.hpp" 22 22 … … 28 28 #include "UIElements/UIFactory.hpp" 29 29 #include "UIElements/Dialog.hpp" 30 #include " Actions/ValueStorage.hpp"30 #include "UIElements/ValueStorage.hpp" 31 31 32 32 const char AnalysisPairCorrelationAction::NAME[] = "pair-correlation"; … … 76 76 ofstream output; 77 77 ofstream binoutput; 78 std::vector< element *> elements;78 std::vector<const element *> elements; 79 79 string type; 80 80 Vector Point;
Note:
See TracChangeset
for help on using the changeset viewer.