Changeset ac6d04 for src/base/particle.hpp
- Timestamp:
- Apr 10, 2012, 1:55:49 PM (14 years ago)
- Children:
- a40eea
- Parents:
- d24c2f
- File:
-
- 1 edited
-
src/base/particle.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/base/particle.hpp
rd24c2f rac6d04 49 49 {} 50 50 51 Particle(const Particle& other) : 52 x_(other.x_), 53 f_(other.f_), 54 q_(other.q_), 55 p_(other.p_), 56 rank_(other.rank_), 57 index_(other.index_) 58 {} 59 51 60 Vector& Pos() {return x_;} 52 61 const Vector& Pos() const {return x_;}
Note:
See TracChangeset
for help on using the changeset viewer.
