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

Comparing branches/development/src/math/CubicSpline.cpp (file contents):
Revision 1766 by gezelter, Tue Nov 22 20:38:56 2011 UTC vs.
Revision 1767 by gezelter, Fri Jul 6 22:01:58 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