Changeset f003a9 for src/units/particle/bspline.cpp
- Timestamp:
- May 8, 2012, 2:54:17 PM (14 years ago)
- Children:
- 6f05224
- Parents:
- 4e8206
- File:
-
- 1 moved
-
src/units/particle/bspline.cpp (moved) (moved from src/samples/bspline.cpp ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/bspline.cpp
r4e8206 rf003a9 22 22 #include "base/helper.hpp" 23 23 #include "base/math.hpp" 24 #include " samples/bspline.hpp"24 #include "units/particle/bspline.hpp" 25 25 26 26 #define POW(x,y) Helper::pow(x,y) … … 28 28 using namespace VMG; 29 29 30 BSpline::BSpline(const vmg_float& width) :30 Particle::BSpline::BSpline(const vmg_float& width) : 31 31 spline_nom((BSPLINE_DEGREE+1)/2), 32 32 spline_denom((BSPLINE_DEGREE+1)/2),
Note:
See TracChangeset
for help on using the changeset viewer.
