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

*** empty log message ***

parent 8bb68b35
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ using namespace std;
namespace MISCMATHS {
class Cspline{
public:
Cspline();
Cspline(){}
Cspline(ColumnVector& pnodes,ColumnVector& pvals):
nodes(pnodes),
vals(pvals),
......
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