Ignore:
File:
1 edited

Legend:

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

    r047878 r952f38  
    1313#include "boundary.hpp"
    1414#include "linkedcell.hpp"
    15 #include "verbose.hpp"
    16 #include "log.hpp"
     15#include "Helpers/Verbose.hpp"
     16#include "Helpers/Log.hpp"
    1717#include "element.hpp"
    1818#include "molecule.hpp"
    1919#include "periodentafel.hpp"
    20 #include "vector.hpp"
     20#include "LinearAlgebra/Vector.hpp"
    2121#include "World.hpp"
    2222
     
    2828#include "UIElements/UIFactory.hpp"
    2929#include "UIElements/Dialog.hpp"
    30 #include "UIElements/ValueStorage.hpp"
     30#include "Actions/ValueStorage.hpp"
    3131
    3232const char AnalysisSurfaceCorrelationAction::NAME[] = "surface-correlation";
Note: See TracChangeset for help on using the changeset viewer.