Commit c4906c7f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #3388 from bartaandras:master

parents d052d863 21227ba0
......@@ -618,7 +618,7 @@ public:
scale[j*2] = mj;
scale[j*2+1] = Mj;
}
else
else if( !no_scale )
{
t = t*inv_scale[j*2] + inv_scale[2*j+1];
if( t < m1 || t > M1 )
......
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