diff options
-rw-r--r-- | core/fitter.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/fitter.hpp b/core/fitter.hpp index 0a861bf..a6cd928 100644 --- a/core/fitter.hpp +++ b/core/fitter.hpp @@ -1053,7 +1053,8 @@ namespace opt_utilities */
Ty eval_raw(const Tx& x,const Tp& p)
{
- return do_eval(x,reform_param(p));
+ //return do_eval(x,reform_param(p));
+ return do_eval(x,p);
}
};
|