Changes in src/World.cpp [ce7fdc:4ae823]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/World.cpp
rce7fdc r4ae823 40 40 #include "LinearAlgebra/RealSpaceMatrix.hpp" 41 41 #include "molecule.hpp" 42 #include " periodentafel.hpp"42 #include "Element/periodentafel.hpp" 43 43 #include "ThermoStatContainer.hpp" 44 44 #include "WorldTime.hpp" … … 802 802 Observable("World"), 803 803 BG(new BondGraph(true)), // assume Angstroem for the moment 804 periode(new periodentafel ),804 periode(new periodentafel(true)), 805 805 configuration(new config), 806 806 Thermostats(new ThermoStatContainer),
Note:
See TracChangeset
for help on using the changeset viewer.