FSPL validation bugfix

This commit is contained in:
alex
2015-10-27 21:49:45 +00:00
parent 523cb1e736
commit 9c049e4274
9 changed files with 11035 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
double version = 2.6;
double version = 2.61;
/****************************************************************************\
* Signal Server: Server optimised SPLAT! by Alex Farrant *
******************************************************************************
@@ -1495,7 +1495,7 @@ int main(int argc, char *argv[])
"ERROR: Receiver threshold out of range (-200 / +200)");
exit(0);
}
if (propmodel > 2 && propmodel < 8 && LR.frq_mhz < 150) {
if (propmodel > 2 && propmodel < 7 && LR.frq_mhz < 150) {
fprintf(stdout,
"ERROR: Frequency too low for Propagation model");
exit(0);