ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/math/CubicSpline.hpp
(Generate patch)

Comparing branches/development/src/math/CubicSpline.hpp (file contents):
Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1849 by gezelter, Wed Feb 20 13:52:51 2013 UTC

# Line 63 | Line 63 | namespace OpenMD {
63      void generate();
64      bool isUniform;
65      bool generated;
66 <    RealType dx;
67 <    int n;
66 >    RealType dx, dt, yval, dydx;
67 >    int n, j;
68      vector<pair<RealType, RealType> > data_;
69      vector<RealType> b;
70      vector<RealType> c;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines