Commit dceac7e9 authored by Davis King's avatar Davis King

Added a missing cast.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403809
parent e78acb6f
......@@ -37,7 +37,7 @@ namespace dlib
ekm_stale(true)
{
// default lambda search list
lams = logspace(-9, 2, 50);
lams = matrix_cast<scalar_type>(logspace(-9, 2, 50));
}
void be_verbose (
......
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