Changeset 138f86 for src/interface


Ignore:
Timestamp:
Dec 8, 2011, 12:53:51 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
2112b1
Parents:
ab63b6
Message:

Removed unused variables.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1244 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_particles.cpp

    rab63b6 r138f86  
    3939  Index index_global, index_local, index;
    4040  Vector pos_rel, pos_abs, grid_val;
    41   vmg_float length;
    4241
    4342  Factory& factory = MG::GetFactory();
     
    4847  Grid& grid = multigrid(multigrid.GlobalMaxLevel());
    4948  LocalIndices local = grid.Local();
    50 
    51   //TODO This has to be replaced for a VMG::Vector for different mesh widths on the axis
    52   const vmg_float r_cut = (near_field_cells+0.5) * grid.Extent().MeshWidth().Max();
    5349
    5450  // We don't need a boundary on this grid
Note: See TracChangeset for help on using the changeset viewer.