diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-08-10 08:36:09 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2012-08-10 08:36:09 +0000 |
commit | c3aedd0fa33bbb175403bece84d8919ee53eb3dc (patch) | |
tree | 98fc4874135a257e7a550565c1bdbafd5c527205 /core | |
parent | 49e117d50e898fba106b24b5708dae5e51211183 (diff) | |
download | opt-utilities-c3aedd0fa33bbb175403bece84d8919ee53eb3dc.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@240 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'core')
-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);
}
};
|