Commit 45724185 authored by Alexander.Trofimov's avatar Alexander.Trofimov

delete duplicate fRes

parent 2770a7a7
...@@ -408,7 +408,7 @@ function (window, undefined) { ...@@ -408,7 +408,7 @@ function (window, undefined) {
var fFract = ( fNum - tA[nOldCount - 1] ) / ( tA[nOldCount] - tA[nOldCount - 1] ); var fFract = ( fNum - tA[nOldCount - 1] ) / ( tA[nOldCount] - tA[nOldCount - 1] );
if (bInclusive) { if (bInclusive) {
fRes = fRes = ( nOldCount - 1 + fFract ) / (nSize - 1); fRes = ( nOldCount - 1 + fFract ) / (nSize - 1);
} else { } else {
fRes = (nOldCount + fFract ) / ( nSize + 1 ); fRes = (nOldCount + fFract ) / ( nSize + 1 );
} }
......
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