提交 21227ba0 编写于 作者: B bartaandras

Fixed calc_output_scale with NO_OUTPUT_SCALE flag set.

上级 dce629d0
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册