- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/AnalysisAction/PairCorrelationAction.cpp
re5c0a1 rbf3817 5 5 * Author: heber 6 6 */ 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 7 12 8 13 #include "Helpers/MemDebug.hpp" … … 13 18 #include "boundary.hpp" 14 19 #include "linkedcell.hpp" 15 #include " verbose.hpp"16 #include " log.hpp"20 #include "Helpers/Verbose.hpp" 21 #include "Helpers/Log.hpp" 17 22 #include "element.hpp" 18 23 #include "molecule.hpp" 19 24 #include "periodentafel.hpp" 20 #include " vector.hpp"25 #include "LinearAlgebra/Vector.hpp" 21 26 #include "World.hpp" 22 27 … … 28 33 #include "UIElements/UIFactory.hpp" 29 34 #include "UIElements/Dialog.hpp" 30 #include " UIElements/ValueStorage.hpp"35 #include "Actions/ValueStorage.hpp" 31 36 32 37 const char AnalysisPairCorrelationAction::NAME[] = "pair-correlation"; … … 70 75 double BinStart = 0.; 71 76 double BinWidth = 0.; 72 molecule *Boundary = NULL;73 77 string outputname; 74 78 string binoutputname;
Note:
See TracChangeset
for help on using the changeset viewer.