Ignore:
File:
1 edited

Legend:

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

    re5c0a1 rbf3817  
    55 *      Author: heber
    66 */
     7
     8// include config.h
     9#ifdef HAVE_CONFIG_H
     10#include <config.h>
     11#endif
    712
    813#include "Helpers/MemDebug.hpp"
     
    1318#include "boundary.hpp"
    1419#include "linkedcell.hpp"
    15 #include "verbose.hpp"
    16 #include "log.hpp"
     20#include "Helpers/Verbose.hpp"
     21#include "Helpers/Log.hpp"
    1722#include "element.hpp"
    1823#include "molecule.hpp"
    1924#include "periodentafel.hpp"
    20 #include "vector.hpp"
     25#include "LinearAlgebra/Vector.hpp"
    2126#include "World.hpp"
    2227
     
    2833#include "UIElements/UIFactory.hpp"
    2934#include "UIElements/Dialog.hpp"
    30 #include "UIElements/ValueStorage.hpp"
     35#include "Actions/ValueStorage.hpp"
    3136
    3237const char AnalysisPairCorrelationAction::NAME[] = "pair-correlation";
     
    7075  double BinStart = 0.;
    7176  double BinWidth = 0.;
    72   molecule *Boundary = NULL;
    7377  string outputname;
    7478  string binoutputname;
Note: See TracChangeset for help on using the changeset viewer.