diff --git a/inputs.cc b/inputs.cc index 8d034df..d870cf6 100644 --- a/inputs.cc +++ b/inputs.cc @@ -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; } diff --git a/main.cc b/main.cc index c4f5ea3..4614bfe 100644 --- a/main.cc +++ b/main.cc @@ -1,4 +1,4 @@ -double version = 2.95; +double version = 3.00; /****************************************************************************\ * Signal Server: Radio propagation simulator by Alex Farrant QCVS, 2E0TDW * ****************************************************************************** @@ -38,7 +38,7 @@ double version = 2.95; #include "image.hh" int MAXPAGES = 64; -int ARRAYSIZE = 76810;//76810; +int ARRAYSIZE = 76810; int IPPD = 1200; char string[255], sdf_path[255], udt_file[255], opened = 0, gpsav = @@ -1821,7 +1821,6 @@ int main(int argc, char *argv[]) else DoSigStr(mapfile, geo, kml, ngs, tx_site, txsites); - } if(lidar){ east=eastoffset; diff --git a/test.sh b/test.sh index 9e16bbb..e0d52c7 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #!/bin/bash mkdir tests RAD=5 -MAXRAD=40 +MAXRAD=20 FRQ=446 ERP=25