Skip to content
Snippets Groups Projects
Commit fc0805ec authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing protos if GSL not available

parent 9c3e3904
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,14 @@ public: ...@@ -100,6 +100,14 @@ public:
{ {
throw; throw;
} }
inline void least_squares (const GSL_Vector & rhs, GSL_Vector & result)
{
throw;
}
inline void lu_solve (const GSL_Vector & rhs, GSL_Vector & result)
{
throw;
}
}; };
#ifdef HAVE_GSL #ifdef HAVE_GSL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment