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