Changeset 53c7fc


Ignore:
Timestamp:
Dec 28, 2011, 3:30:06 PM (14 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
aa6c75
Parents:
3e4fb6
git-author:
Frederik Heber <heber@…> (11/14/11 16:29:50)
git-committer:
Frederik Heber <heber@…> (12/28/11 15:30:06)
Message:

Moved linkedcell.[ch]pp and related files to folder src/LinkedCell.

  • adapted all #include's.
  • also sorted includes of modified files.
Location:
src
Files:
28 edited
4 moved

Legend:

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

    r3e4fb6 r53c7fc  
    2121
    2222#include "Analysis/analysis_correlation.hpp"
    23 #include "Tesselation/boundary.hpp"
    24 #include "linkedcell.hpp"
    2523#include "CodePatterns/Log.hpp"
    2624#include "Descriptors/AtomOfMoleculeSelectionDescriptor.hpp"
     
    2927#include "Element/periodentafel.hpp"
    3028#include "LinearAlgebra/Vector.hpp"
     29#include "LinkedCell/linkedcell.hpp"
    3130#include "molecule.hpp"
     31#include "Tesselation/boundary.hpp"
    3232#include "World.hpp"
    3333#include "WorldTime.hpp"
  • src/Actions/AnalysisAction/DipoleCorrelationAction.cpp

    r3e4fb6 r53c7fc  
    2525#include "Element/periodentafel.hpp"
    2626#include "LinearAlgebra/Vector.hpp"
    27 #include "linkedcell.hpp"
     27#include "LinkedCell/linkedcell.hpp"
    2828#include "molecule.hpp"
    2929#include "World.hpp"
  • src/Actions/AnalysisAction/MolecularVolumeAction.cpp

    r3e4fb6 r53c7fc  
    2020#include "CodePatterns/MemDebug.hpp"
    2121
    22 #include "Tesselation/boundary.hpp"
    2322#include "config.hpp"
    24 #include "molecule.hpp"
    25 #include "linkedcell.hpp"
    2623#include "CodePatterns/Log.hpp"
    2724#include "CodePatterns/Verbose.hpp"
    28 #include "PointCloudAdaptor.hpp"
     25#include "LinkedCell/linkedcell.hpp"
     26#include "LinkedCell/PointCloudAdaptor.hpp"
     27#include "molecule.hpp"
     28#include "Tesselation/boundary.hpp"
    2929#include "Tesselation/tesselation.hpp"
    3030#include "World.hpp"
  • src/Actions/AnalysisAction/PairCorrelationAction.cpp

    r3e4fb6 r53c7fc  
    2121
    2222#include "Analysis/analysis_correlation.hpp"
    23 #include "Tesselation/boundary.hpp"
    24 #include "linkedcell.hpp"
    2523#include "CodePatterns/Verbose.hpp"
    2624#include "CodePatterns/Log.hpp"
     
    2927#include "Element/periodentafel.hpp"
    3028#include "LinearAlgebra/Vector.hpp"
     29#include "LinkedCell/linkedcell.hpp"
    3130#include "World.hpp"
    3231
  • src/Actions/AnalysisAction/PointCorrelationAction.cpp

    r3e4fb6 r53c7fc  
    2121
    2222#include "Analysis/analysis_correlation.hpp"
    23 #include "Tesselation/boundary.hpp"
    24 #include "linkedcell.hpp"
    2523#include "CodePatterns/Verbose.hpp"
    2624#include "CodePatterns/Log.hpp"
    2725#include "Element/element.hpp"
    28 #include "molecule.hpp"
    2926#include "Element/periodentafel.hpp"
    3027#include "LinearAlgebra/Vector.hpp"
     28#include "LinkedCell/linkedcell.hpp"
     29#include "molecule.hpp"
    3130#include "World.hpp"
    3231
  • src/Actions/AnalysisAction/SurfaceCorrelationAction.cpp

    r3e4fb6 r53c7fc  
    2121
    2222#include "Analysis/analysis_correlation.hpp"
    23 #include "Tesselation/boundary.hpp"
    24 #include "linkedcell.hpp"
    25 #include "CodePatterns/Verbose.hpp"
    2623#include "CodePatterns/Log.hpp"
    2724#include "Descriptors/MoleculeIdDescriptor.hpp"
    2825#include "Element/element.hpp"
     26#include "Element/periodentafel.hpp"
    2927#include "LinearAlgebra/Vector.hpp"
     28#include "LinkedCell/linkedcell.hpp"
     29#include "LinkedCell/PointCloudAdaptor.hpp"
    3030#include "molecule.hpp"
    31 #include "Element/periodentafel.hpp"
    32 #include "PointCloudAdaptor.hpp"
     31#include "Tesselation/boundary.hpp"
    3332#include "Tesselation/tesselation.hpp"
    3433#include "World.hpp"
  • src/Actions/TesselationAction/ConvexEnvelopeAction.cpp

    r3e4fb6 r53c7fc  
    2020#include "CodePatterns/MemDebug.hpp"
    2121
     22#include "CodePatterns/Log.hpp"
     23#include "config.hpp"
     24#include "LinkedCell/linkedcell.hpp"
     25#include "LinkedCell/PointCloudAdaptor.hpp"
     26#include "molecule.hpp"
    2227#include "Tesselation/boundary.hpp"
    23 #include "CodePatterns/Log.hpp"
    24 #include "CodePatterns/Verbose.hpp"
    25 #include "config.hpp"
    26 #include "linkedcell.hpp"
    27 #include "molecule.hpp"
    28 #include "PointCloudAdaptor.hpp"
    2928#include "Tesselation/tesselation.hpp"
    3029#include "World.hpp"
  • src/Actions/TesselationAction/NonConvexEnvelopeAction.cpp

    r3e4fb6 r53c7fc  
    2020#include "CodePatterns/MemDebug.hpp"
    2121
     22#include "CodePatterns/Log.hpp"
     23#include "LinkedCell/linkedcell.hpp"
     24#include "LinkedCell/PointCloudAdaptor.hpp"
     25#include "molecule.hpp"
    2226#include "Tesselation/boundary.hpp"
    23 #include "CodePatterns/Log.hpp"
    24 #include "CodePatterns/Verbose.hpp"
    25 #include "linkedcell.hpp"
    26 #include "molecule.hpp"
    27 #include "PointCloudAdaptor.hpp"
    2827#include "Tesselation/tesselation.hpp"
    2928#include "World.hpp"
  • src/Analysis/unittests/AnalysisCorrelationToPointUnitTest.cpp

    r3e4fb6 r53c7fc  
    2727
    2828#include "Analysis/analysis_correlation.hpp"
    29 
     29#include "atom.hpp"
    3030#include "Descriptors/MoleculeDescriptor.hpp"
    31 
    32 #include "atom.hpp"
    3331#include "Element/element.hpp"
     32#include "Element/periodentafel.hpp"
     33#include "LinkedCell/linkedcell.hpp"
    3434#include "molecule.hpp"
    3535#include "MoleculeListClass.hpp"
    36 #include "linkedcell.hpp"
    37 #include "Element/periodentafel.hpp"
    3836#include "World.hpp"
    3937
  • src/Analysis/unittests/AnalysisCorrelationToSurfaceUnitTest.cpp

    r3e4fb6 r53c7fc  
    2828#include "Analysis/analysis_correlation.hpp"
    2929#include "atom.hpp"
    30 #include "Tesselation/boundary.hpp"
    3130#include "CodePatterns/Assert.hpp"
    3231#include "Descriptors/MoleculeDescriptor.hpp"
    3332#include "Element/element.hpp"
     33#include "Element/periodentafel.hpp"
     34#include "LinkedCell/linkedcell.hpp"
     35#include "LinkedCell/PointCloudAdaptor.hpp"
    3436#include "molecule.hpp"
    3537#include "MoleculeListClass.hpp"
    36 #include "linkedcell.hpp"
    37 #include "Element/periodentafel.hpp"
    38 #include "PointCloudAdaptor.hpp"
     38#include "Tesselation/boundary.hpp"
    3939#include "Tesselation/tesselation.hpp"
    4040#include "World.hpp"
  • src/Analysis/unittests/AnalysisPairCorrelationUnitTest.cpp

    r3e4fb6 r53c7fc  
    2929#include "Descriptors/MoleculeDescriptor.hpp"
    3030
    31 #include "World.hpp"
    3231#include "atom.hpp"
    3332#include "Element/element.hpp"
    3433#include "Element/periodentafel.hpp"
     34#include "LinkedCell/linkedcell.hpp"
    3535#include "molecule.hpp"
    3636#include "MoleculeListClass.hpp"
    37 #include "linkedcell.hpp"
    38 #include "Tesselation/boundary.hpp"
    39 #include "Tesselation/tesselation.hpp"
    4037#include "World.hpp"
    4138
  • src/Fragmentation/analyzer.cpp

    r3e4fb6 r53c7fc  
    103103
    104104  // Test the given directory
    105   if (!TestParams(argc, argv))
     105  if (!TestParams(argc, argv)) {
     106    delete dir;
     107    delete periode;
    106108    return 1;
     109  }
    107110
    108111  // +++++++++++++++++ PARSING +++++++++++++++++++++++++++++++
  • src/Graph/BondGraph.cpp

    r3e4fb6 r53c7fc  
    197197                  const TesselPointSTLList *OtherList = LC.GetRelativeToCurrentCell(n);
    198198                  if (OtherList != NULL) {
    199                     LOG(3, "INFO: Current relative cell is " << n[0] << ", " << n[1] << ", " << n[2] << " with No. " << LC.index << " containing " << List->size() << " points.");
     199                    LOG(3, "INFO: Current relative cell is " << n[0] << ", " << n[1] << ", " << n[2] << " with No. " << LC.index << " containing " << OtherList->size() << " points.");
    200200                    for (TesselPointSTLList::const_iterator OtherRunner = OtherList->begin(); OtherRunner != OtherList->end(); OtherRunner++) {
    201201                      if ((*OtherRunner) > Walker) {  // just to not add bonds from both sides
  • src/Graph/BondGraph.hpp

    r3e4fb6 r53c7fc  
    2727#include "CodePatterns/Log.hpp"
    2828#include "CodePatterns/Range.hpp"
    29 #include "CodePatterns/Verbose.hpp"
    3029#include "Element/element.hpp"
    3130#include "Fragmentation/MatrixContainer.hpp"
    32 #include "linkedcell.hpp"
    33 #include "IPointCloud.hpp"
    34 #include "PointCloudAdaptor.hpp"
     31#include "LinkedCell/linkedcell.hpp"
     32#include "LinkedCell/IPointCloud.hpp"
     33#include "LinkedCell/PointCloudAdaptor.hpp"
    3534#include "WorldTime.hpp"
    3635
  • src/LinkedCell/PointCloudAdaptor.hpp

    r3e4fb6 r53c7fc  
    1515
    1616#include "CodePatterns/Assert.hpp"
    17 #include "IPointCloud.hpp"
     17#include "LinearAlgebra/Vector.hpp"
     18#include "LinkedCell/IPointCloud.hpp"
    1819#include "Tesselation/TesselPoint.hpp"
    19 #include "LinearAlgebra/Vector.hpp"
    2020
    2121/** Adaptor class to IPointCloud, specialized for all needed classes.
  • src/LinkedCell/linkedcell.cpp

    r3e4fb6 r53c7fc  
    1919#include "CodePatterns/MemDebug.hpp"
    2020
     21#include "linkedcell.hpp"
     22
    2123#include "atom.hpp"
    22 #include "linkedcell.hpp"
    2324#include "CodePatterns/Verbose.hpp"
    2425#include "CodePatterns/Range.hpp"
    2526#include "CodePatterns/Log.hpp"
     27#include "LinearAlgebra/Vector.hpp"
     28#include "LinkedCell/IPointCloud.hpp"
    2629#include "molecule.hpp"
    27 #include "IPointCloud.hpp"
    2830#include "Tesselation/tesselation.hpp"
    29 #include "LinearAlgebra/Vector.hpp"
    3031
    3132// ========================================================= class LinkedCell ===========================================
  • src/Makefile.am

    r3e4fb6 r53c7fc  
    115115        Dynamics/VerletForceIntegration.hpp
    116116
     117LINKEDCELLSOURCE = \
     118  LinkedCell/linkedcell.cpp
     119
     120LINKEDCELLHEADER = \
     121  LinkedCell/linkedcell.hpp \
     122  LinkedCell/IPointCloud.hpp \
     123  LinkedCell/PointCloudAdaptor.hpp
     124
    117125THERMOSTATSOURCE = \
    118126  Thermostats/Berendsen.cpp \
     
    157165  Tesselation/CandidateForTesselation.hpp \
    158166  Tesselation/ellipsoid.hpp \
    159   IPointCloud.hpp \
    160   PointCloudAdaptor.hpp \
    161167  Tesselation/tesselation.hpp \
    162168  Tesselation/tesselationhelpers.hpp \
     
    169175  ${DESCRIPTORSOURCE} \
    170176  ${DYNAMICSSOURCE} \
     177  ${LINKEDCELLSOURCE} \
    171178  ${THERMOSTATSOURCE} \
    172179  ${TESSELATIONSOURCE} \
     
    174181  config.cpp \
    175182  Formula.cpp \
    176   linkedcell.cpp \
    177183  MoleculeLeafClass.cpp \
    178184  moleculelist.cpp \
     
    191197  ${DESCRIPTORIMPLHEADER} \
    192198  ${DYNAMICSHEADER} \
     199  ${LINKEDCELLHEADER} \
    193200  ${THERMOSTATHEADER} \
    194201  ${TESSELATIONHEADER} \
     
    198205  IdPool.hpp \
    199206  IdPool_impl.hpp \
    200   linkedcell.hpp \
    201207  MoleculeLeafClass.hpp \
    202208  MoleculeListClass.hpp \
  • src/Tesselation/CandidateForTesselation.cpp

    r3e4fb6 r53c7fc  
    3131#include "CodePatterns/Assert.hpp"
    3232#include "CodePatterns/Info.hpp"
    33 //#include "Line.hpp"
    34 #include "linkedcell.hpp"
    3533#include "CodePatterns/Log.hpp"
    36 //#include "Plane.hpp"
    3734#include "LinearAlgebra/Vector.hpp"
    38 #include "CodePatterns/Verbose.hpp"
     35#include "LinkedCell/linkedcell.hpp"
    3936
    4037using namespace std;
  • src/Tesselation/boundary.cpp

    r3e4fb6 r53c7fc  
    3333#include "LinearAlgebra/Plane.hpp"
    3434#include "LinearAlgebra/RealSpaceMatrix.hpp"
    35 #include "linkedcell.hpp"
     35#include "LinkedCell/linkedcell.hpp"
     36#include "LinkedCell/PointCloudAdaptor.hpp"
    3637#include "molecule.hpp"
    3738#include "MoleculeListClass.hpp"
    38 #include "PointCloudAdaptor.hpp"
    3939#include "RandomNumbers/RandomNumberGeneratorFactory.hpp"
    4040#include "RandomNumbers/RandomNumberGenerator.hpp"
  • src/Tesselation/ellipsoid.cpp

    r3e4fb6 r53c7fc  
    2727#include <set>
    2828
     29#include "CodePatterns/Log.hpp"
     30#include "ellipsoid.hpp"
     31#include "LinearAlgebra/Vector.hpp"
     32#include "LinearAlgebra/RealSpaceMatrix.hpp"
     33#include "LinkedCell/linkedcell.hpp"
    2934#include "Tesselation/BoundaryPointSet.hpp"
    3035#include "Tesselation/boundary.hpp"
    31 #include "ellipsoid.hpp"
    32 #include "linkedcell.hpp"
    33 #include "CodePatterns/Log.hpp"
    34 #include "tesselation.hpp"
    35 #include "LinearAlgebra/Vector.hpp"
    36 #include "LinearAlgebra/RealSpaceMatrix.hpp"
    37 #include "CodePatterns/Verbose.hpp"
     36#include "Tesselation/tesselation.hpp"
    3837
    3938#include "RandomNumbers/RandomNumberGeneratorFactory.hpp"
  • src/Tesselation/tesselation.cpp

    r3e4fb6 r53c7fc  
    2323#include <iomanip>
    2424#include <sstream>
     25
     26#include "tesselation.hpp"
    2527
    2628#include "BoundaryPointSet.hpp"
     
    3537#include "CodePatterns/Verbose.hpp"
    3638#include "Helpers/helpers.hpp"
    37 #include "IPointCloud.hpp"
    3839#include "LinearAlgebra/Exceptions.hpp"
    3940#include "LinearAlgebra/Line.hpp"
     
    4142#include "LinearAlgebra/Vector.hpp"
    4243#include "LinearAlgebra/vector_ops.hpp"
    43 #include "linkedcell.hpp"
    44 #include "PointCloudAdaptor.hpp"
    45 #include "tesselation.hpp"
     44#include "LinkedCell/IPointCloud.hpp"
     45#include "LinkedCell/linkedcell.hpp"
     46#include "LinkedCell/PointCloudAdaptor.hpp"
    4647#include "tesselationhelpers.hpp"
    4748#include "TesselPoint.hpp"
  • src/Tesselation/tesselationhelpers.cpp

    r3e4fb6 r53c7fc  
    2121
    2222#include <fstream>
     23
     24#include "tesselationhelpers.hpp"
    2325
    2426#include "BoundaryLineSet.hpp"
     
    3032#include "CodePatterns/Log.hpp"
    3133#include "CodePatterns/Verbose.hpp"
    32 #include "IPointCloud.hpp"
    3334#include "LinearAlgebra/Line.hpp"
    3435#include "LinearAlgebra/LinearSystemOfEquations.hpp"
     
    3738#include "LinearAlgebra/Vector.hpp"
    3839#include "LinearAlgebra/vector_ops.hpp"
    39 #include "linkedcell.hpp"
     40#include "LinkedCell/IPointCloud.hpp"
     41#include "LinkedCell/linkedcell.hpp"
    4042#include "tesselation.hpp"
    41 #include "tesselationhelpers.hpp"
    4243
    4344void GetSphere(Vector * const center, const Vector &a, const Vector &b, const Vector &c, const double RADIUS)
  • src/Tesselation/unittests/TesselationUnitTest.cpp

    r3e4fb6 r53c7fc  
    2626#include <cstring>
    2727
     28#include "CodePatterns/Log.hpp"
     29#include "Helpers/defs.hpp"
     30#include "LinkedCell/PointCloudAdaptor.hpp"
    2831#include "Tesselation/BoundaryLineSet.hpp"
    2932#include "Tesselation/BoundaryTriangleSet.hpp"
    3033#include "Tesselation/CandidateForTesselation.hpp"
    31 #include "CodePatterns/Log.hpp"
    32 #include "Helpers/defs.hpp"
    33 #include "PointCloudAdaptor.hpp"
    3434#include "Tesselation/TesselPoint.hpp"
    3535
  • src/Tesselation/unittests/TesselationUnitTest.hpp

    r3e4fb6 r53c7fc  
    1919#include <cppunit/extensions/HelperMacros.h>
    2020
    21 #include "linkedcell.hpp"
     21#include "LinkedCell/linkedcell.hpp"
    2222#include "Tesselation/tesselation.hpp"
    2323
  • src/Tesselation/unittests/Tesselation_BoundaryTriangleUnitTest.hpp

    r3e4fb6 r53c7fc  
    1919#include <cppunit/extensions/HelperMacros.h>
    2020
    21 #include "linkedcell.hpp"
     21#include "LinkedCell/linkedcell.hpp"
    2222#include "Tesselation/tesselation.hpp"
    2323
  • src/Tesselation/unittests/Tesselation_InsideOutsideUnitTest.cpp

    r3e4fb6 r53c7fc  
    2727#include <iostream>
    2828
     29#include "CodePatterns/Log.hpp"
     30#include "CodePatterns/Verbose.hpp"
     31#include "Helpers/defs.hpp"
     32#include "LinkedCell/PointCloudAdaptor.hpp"
    2933#include "Tesselation/BoundaryLineSet.hpp"
    3034#include "Tesselation/BoundaryTriangleSet.hpp"
    3135#include "Tesselation/CandidateForTesselation.hpp"
    32 #include "CodePatterns/Log.hpp"
    33 #include "CodePatterns/Verbose.hpp"
    34 #include "Helpers/defs.hpp"
    35 #include "PointCloudAdaptor.hpp"
    3636#include "Tesselation/TesselPoint.hpp"
    3737
  • src/Tesselation/unittests/Tesselation_InsideOutsideUnitTest.hpp

    r3e4fb6 r53c7fc  
    1919#include <cppunit/extensions/HelperMacros.h>
    2020
    21 #include "linkedcell.hpp"
     21#include "LinkedCell/linkedcell.hpp"
    2222#include "Tesselation/tesselation.hpp"
    2323
  • src/molecule.cpp

    r3e4fb6 r53c7fc  
    3333#include "config.hpp"
    3434#include "Element/element.hpp"
     35#include "Element/periodentafel.hpp"
    3536#include "Graph/BondGraph.hpp"
    3637#include "LinearAlgebra/Exceptions.hpp"
     
    3940#include "LinearAlgebra/RealSpaceMatrix.hpp"
    4041#include "LinearAlgebra/Vector.hpp"
    41 #include "linkedcell.hpp"
     42#include "LinkedCell/linkedcell.hpp"
    4243#include "molecule.hpp"
    43 #include "Element/periodentafel.hpp"
    4444#include "Tesselation/tesselation.hpp"
    4545#include "World.hpp"
  • src/molecule_graph.cpp

    r3e4fb6 r53c7fc  
    3636#include "Helpers/helpers.hpp"
    3737#include "LinearAlgebra/RealSpaceMatrix.hpp"
    38 #include "linkedcell.hpp"
     38#include "LinkedCell/linkedcell.hpp"
     39#include "LinkedCell/PointCloudAdaptor.hpp"
    3940#include "molecule.hpp"
    40 #include "PointCloudAdaptor.hpp"
    4141#include "World.hpp"
    4242#include "WorldTime.hpp"
  • src/unittests/LinkedCellUnitTest.cpp

    r3e4fb6 r53c7fc  
    3232#include "Descriptors/MoleculeDescriptor.hpp"
    3333#include "Element/element.hpp"
    34 #include "linkedcell.hpp"
     34#include "Element/periodentafel.hpp"
     35#include "LinkedCell/linkedcell.hpp"
     36#include "LinkedCell/PointCloudAdaptor.hpp"
    3537#include "molecule.hpp"
    36 #include "Element/periodentafel.hpp"
    37 #include "PointCloudAdaptor.hpp"
    3838#include "World.hpp"
    3939
Note: See TracChangeset for help on using the changeset viewer.