Ignore:
File:
1 edited

Legend:

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

    r952f38 re5c0a1  
    1313#include "boundary.hpp"
    1414#include "linkedcell.hpp"
    15 #include "Helpers/Verbose.hpp"
    16 #include "Helpers/Log.hpp"
     15#include "verbose.hpp"
     16#include "log.hpp"
    1717#include "element.hpp"
    1818#include "molecule.hpp"
    1919#include "periodentafel.hpp"
    20 #include "LinearAlgebra/Vector.hpp"
     20#include "vector.hpp"
    2121#include "World.hpp"
    2222
     
    2828#include "UIElements/UIFactory.hpp"
    2929#include "UIElements/Dialog.hpp"
    30 #include "Actions/ValueStorage.hpp"
     30#include "UIElements/ValueStorage.hpp"
    3131
    3232const char AnalysisPairCorrelationAction::NAME[] = "pair-correlation";
     
    7676  ofstream output;
    7777  ofstream binoutput;
    78   std::vector< element *> elements;
     78  std::vector<const element *> elements;
    7979  string type;
    8080  Vector Point;
Note: See TracChangeset for help on using the changeset viewer.