assignments to itself

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent 863e4ebc6e
commit 328b07bd64

@ -297,7 +297,6 @@ namespace ImageProcessingAtom
if (trimZeros) if (trimZeros)
{ {
/* set i0 and i1 to the nonzero support of the filter */ /* set i0 and i1 to the nonzero support of the filter */
i0 = i0;
i1 = i1 = lastnonzero + 1; i1 = i1 = lastnonzero + 1;
} }

@ -616,8 +616,6 @@ namespace ImageProcessingAtom
a_FilterExtents[oppositeFaceIdx].Augment((a_SrcSize-1), (a_SrcSize-1), 0); a_FilterExtents[oppositeFaceIdx].Augment((a_SrcSize-1), (a_SrcSize-1), 0);
} }
} }
minV=minV;
} }

Loading…
Cancel
Save