diff options
author | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-01 17:03:12 +0000 |
---|---|---|
committer | astrojhgu <astrojhgu@ed2142bd-67ad-457f-ba7c-d818d4011675> | 2011-05-01 17:03:12 +0000 |
commit | 65cfe455aae323a274ef6e504e7c452076039bbc (patch) | |
tree | a29ec04daab84a45c994d08571bc4dacbc6048ae /example | |
parent | c06583ae8abf07eac82eac1e9a6f487b68c7b999 (diff) | |
download | opt-utilities-65cfe455aae323a274ef6e504e7c452076039bbc.tar.bz2 |
git-svn-id: file:///home/svn/opt_utilities@191 ed2142bd-67ad-457f-ba7c-d818d4011675
Diffstat (limited to 'example')
-rw-r--r-- | example/test_fitter.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/example/test_fitter.cpp b/example/test_fitter.cpp index 718d029..47a81ec 100644 --- a/example/test_fitter.cpp +++ b/example/test_fitter.cpp @@ -60,7 +60,6 @@ int main() double lower=3; double upper=6; - - estimate_error(f,std::string("b"),lower,upper,1.,1E-10); + estimate_error(f,std::string("k"),lower,upper,1.,1E-10); std::cout<<lower<<"\t"<<upper<<endl; } |