Change data to short to restrain memory usage

This commit is contained in:
Gareth Evans
2017-06-14 20:33:32 +01:00
parent cb2939b244
commit 02bd67f11b
4 changed files with 15 additions and 15 deletions

View File

@@ -1146,7 +1146,7 @@ int main(int argc, char *argv[])
max_txsites = 30;
fzone_clearance = 0.6;
contour_threshold = 0;
resample = -1;
resample = 0;
ano_filename[0] = 0;
earthradius = EARTHRADIUS;