Ignore:
Timestamp:
Apr 29, 2012, 11:52:08 AM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
728149
Parents:
379700
Message:

vmg: Removed useless vector initialization.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_particles.cpp

    r379700 rd448a7  
    126126  const vmg_float r_cut = near_field_cells * grid.Extent().MeshWidth().Max();
    127127
    128   // Initialize field
    129   std::fill(f, f+3*num_particles_local, 0.0);
    130 
    131128  /*
    132129   * Copy potential values to a grid with sufficiently large halo size.
Note: See TracChangeset for help on using the changeset viewer.