Ignore:
Timestamp:
Jul 4, 2012, 6:10:39 PM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
0260d3
Parents:
290aa3
Message:

vmg: Fix force calculation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/units/particle/particle.hpp

    r290aa3 ref94e7  
    4040{
    4141public:
     42  Particle() :
     43    x_(0.0),
     44    f_(0.0),
     45    q_(0.0),
     46    p_(0.0),
     47    rank_(-1),
     48    index_(-1)
     49  {}
     50
    4251  Particle(const vmg_float* x, const vmg_float& q) :
    4352    x_(x),
Note: See TracChangeset for help on using the changeset viewer.