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

Comparing:
branches/development/src/math/CubicSpline.cpp (file contents), Revision 1665 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
trunk/src/math/CubicSpline.cpp (file contents), Revision 1782 by gezelter, Wed Aug 22 02:28:28 2012 UTC

# Line 68 | Line 68 | void CubicSpline::addPoints(const vector<RealType>& xp
68      simError();    
69    }
70  
71 <  for (int i = 0; i < xps.size(); i++)
71 >  for (unsigned int i = 0; i < xps.size(); i++)
72      data_.push_back(make_pair(xps[i], yps[i]));
73   }
74  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines