forked from ExternalVendorCode/Signal-Server
Add debug switch
This commit is contained in:
@@ -88,6 +88,7 @@ int resample_data(int scaling_factor){
|
||||
}
|
||||
|
||||
/* Report to the user */
|
||||
if (debug)
|
||||
fprintf(stderr, "Resampling IPPD %d->%d min/max el %d/%d\n", IPPD, new_ippd, min_elevation, max_elevation);
|
||||
|
||||
/* Finally, set the new IPPD value */
|
||||
@@ -403,6 +404,7 @@ int loadLIDAR(char *filenames)
|
||||
height = (unsigned)((max_north-min_north) / smCellsize);
|
||||
width = (unsigned)((max_west-min_west) / smCellsize);
|
||||
|
||||
if (debug)
|
||||
fprintf(stderr, "LIDAR LOADED %d x %d\n", width, height);
|
||||
|
||||
if (debug)
|
||||
|
Reference in New Issue
Block a user