Changeset ef94e7 for src/units/particle/particle.hpp
- Timestamp:
- Jul 4, 2012, 6:10:39 PM (13 years ago)
- Children:
- 0260d3
- Parents:
- 290aa3
- File:
-
- 1 edited
-
src/units/particle/particle.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/particle.hpp
r290aa3 ref94e7 40 40 { 41 41 public: 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 42 51 Particle(const vmg_float* x, const vmg_float& q) : 43 52 x_(x),
Note:
See TracChangeset
for help on using the changeset viewer.
