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

Comparing trunk/src/math/CubicSpline.hpp (file contents):
Revision 1927 by gezelter, Sun Jun 16 15:15:42 2013 UTC vs.
Revision 1928 by gezelter, Sat Aug 17 13:03:17 2013 UTC

# Line 58 | Line 58 | namespace OpenMD {
58      void addPoints(const vector<RealType>& xps, const vector<RealType>& yps);
59      RealType getValueAt(const RealType& t);
60      pair<RealType, RealType> getValueAndDerivativeAt(const RealType& t);
61 +    pair<RealType, RealType> getLimits();
62      void getValueAt(const RealType& t, RealType& v);
63      void getValueAndDerivativeAt(const RealType& t, RealType& v, RealType& d);
64      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines