Commit 4a7ef41d by Alan Mishchenko

Adding switch '-W' to fx to control the quality of extracted divisors.

parent 2bb95a97
......@@ -57,7 +57,7 @@ static int s_MemoryPeak;
***********************************************************************/
int Fxu_FastExtract( Fxu_Data_t * pData )
{
int fScrollLines = 1;
int fScrollLines = 0;
Fxu_Matrix * p;
Fxu_Single * pSingle;
Fxu_Double * pDouble;
......
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