@@ -260,8 +260,8 @@ int loadLIDAR(char *filenames)
IPPD=height;
}
// add fudge as reprojected tiles sometimes vary by a pixel or ten
IPPD+=10;
ARRAYSIZE=(MAXPAGES*IPPD)+10;
IPPD+=50;
ARRAYSIZE=(MAXPAGES*IPPD)+50;
do_allocs();
dem_alloced=1;
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.