Kaydet (Commit) bb78299e authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

coverity#124890,1242726 Unused Value

Change-Id: I1d32b7d68ac0ec3752364e855390af21be3f4496
üst 8aedb193
...@@ -138,7 +138,6 @@ static double lcl_IterateInverse( const ScDistFunc& rFunction, double fAx, doubl ...@@ -138,7 +138,6 @@ static double lcl_IterateInverse( const ScDistFunc& rFunction, double fAx, doubl
{ {
fSx = 0.5 * (fAx + fBx); fSx = 0.5 * (fAx + fBx);
// reset points // reset points
fPx = fAx; fPy = fAy;
fQx = fBx; fQy = fBy; fQx = fBx; fQy = fBy;
bHasToInterpolate = true; bHasToInterpolate = true;
} }
......
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