Skip to content

Commit

Permalink
core: Removed unused global
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed May 1, 2020
1 parent 0b3a040 commit 3ef73b7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/core/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ const std::unordered_map<int, Datafield> fields{
{FIELD_BOXL,
{box_geo.m_length.data(), Datafield::Type::DOUBLE, 3,
"box_l"}}, /* 0 from grid.cpp */
{FIELD_CELLGRID,
{dd.cell_grid, Datafield::Type::INT, 3,
"cell_grid"}}, /* 1 from cells.cpp */
#ifndef PARTICLE_ANISOTROPY
{FIELD_LANGEVIN_GAMMA,
{&langevin.gamma, Datafield::Type::DOUBLE, 1,
Expand Down
2 changes: 0 additions & 2 deletions src/core/global.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ void check_global_consistency();
*/
enum Fields {
FIELD_BOXL = 0,
/** index of \ref DomainDecomposition::cell_grid */
FIELD_CELLGRID,
/** index of \ref LangevinThermostat::gamma */
FIELD_LANGEVIN_GAMMA,
/** index of \ref integ_switch */
Expand Down

0 comments on commit 3ef73b7

Please sign in to comment.