Commit de3f1443 authored by Davis King's avatar Davis King

Changed the test slightly to avoid warning from valgrind.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402470
parent 7218589f
......@@ -172,6 +172,8 @@ namespace
matrix<double,4,1> x, opt;
opt(0) = 0;
opt(1) = 0;
opt(2) = 0;
opt(3) = 0;
dlog << LINFO << "testing with powell and the start point: " << trans(p);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment