Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Actions/AnalysisAction/PairCorrelationAction.cpp

    rbf3817 re5c0a1  
    55 *      Author: heber
    66 */
    7 
    8 // include config.h
    9 #ifdef HAVE_CONFIG_H
    10 #include <config.h>
    11 #endif
    127
    138#include "Helpers/MemDebug.hpp"
     
    1813#include "boundary.hpp"
    1914#include "linkedcell.hpp"
    20 #include "Helpers/Verbose.hpp"
    21 #include "Helpers/Log.hpp"
     15#include "verbose.hpp"
     16#include "log.hpp"
    2217#include "element.hpp"
    2318#include "molecule.hpp"
    2419#include "periodentafel.hpp"
    25 #include "LinearAlgebra/Vector.hpp"
     20#include "vector.hpp"
    2621#include "World.hpp"
    2722
     
    3328#include "UIElements/UIFactory.hpp"
    3429#include "UIElements/Dialog.hpp"
    35 #include "Actions/ValueStorage.hpp"
     30#include "UIElements/ValueStorage.hpp"
    3631
    3732const char AnalysisPairCorrelationAction::NAME[] = "pair-correlation";
     
    7570  double BinStart = 0.;
    7671  double BinWidth = 0.;
     72  molecule *Boundary = NULL;
    7773  string outputname;
    7874  string binoutputname;
Note: See TracChangeset for help on using the changeset viewer.