Changeset cd0fed for src/units/particle/interpolation.hpp
- Timestamp:
- May 10, 2012, 12:22:46 PM (14 years ago)
- Children:
- 06e153
- Parents:
- ae05b4
- File:
-
- 1 edited
-
src/units/particle/interpolation.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/interpolation.hpp
rae05b4 rcd0fed 20 20 { 21 21 public: 22 Interpolation(const unsignedint& degree);22 Interpolation(const int& degree); 23 23 ~Interpolation(); 24 24 … … 43 43 vmg_float* coeff; 44 44 vmg_float* coeff_buffer; 45 unsignedint deg, deg_1;45 int deg, deg_1; 46 46 Vector pos_begin; 47 47 Vector h;
Note:
See TracChangeset
for help on using the changeset viewer.
