fixed probelm with interpolation of rectangular pixels

This commit is contained in:
2019-12-10 11:10:58 +01:00
parent 545684c8e3
commit 27f2321d64
3 changed files with 7 additions and 10 deletions

View File

@ -152,7 +152,7 @@ class etaInterpolationBase : public slsInterpolation {
/* return 0; */
/* } */
nbetaX=nnx;
nbetaY=nnx;
nbetaY=nny;
if (gm) {
if (heta) {
delete [] heta;