Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/World.cpp

    rce7fdc r4ae823  
    4040#include "LinearAlgebra/RealSpaceMatrix.hpp"
    4141#include "molecule.hpp"
    42 #include "periodentafel.hpp"
     42#include "Element/periodentafel.hpp"
    4343#include "ThermoStatContainer.hpp"
    4444#include "WorldTime.hpp"
     
    802802    Observable("World"),
    803803    BG(new BondGraph(true)),  // assume Angstroem for the moment
    804     periode(new periodentafel),
     804    periode(new periodentafel(true)),
    805805    configuration(new config),
    806806    Thermostats(new ThermoStatContainer),
Note: See TracChangeset for help on using the changeset viewer.