Skip to content
Snippets Groups Projects
Commit 42f1be7e authored by Tim Behrens's avatar Tim Behrens
Browse files

*** empty log message ***

parent f235167f
No related branches found
No related tags found
No related merge requests found
...@@ -105,7 +105,8 @@ namespace MISCMATHS{ ...@@ -105,7 +105,8 @@ namespace MISCMATHS{
coefs(j,3)=c(j); coefs(j,3)=c(j);
coefs(j,4)=d(j)/dx(j); coefs(j,4)=d(j)/dx(j);
} }
} fitted=true;
}
float Cspline::interpolate(float xx) const{ float Cspline::interpolate(float xx) const{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment