cubic spline interpolation


vivek420
01-26-2006, 04:46 PM
I am using NR for cubic spline interpolation, I get a stange error in Visual studio .NET 2003 that :
error C2039 : 'spline is not a member function of NR where it can be clearly seen in nr.h that spline is declared as a member function and I am using spline.cpp which contains the spline function body. Any ideas would be greatly appreciated.
-Vic!!