diff options
Diffstat (limited to '')
| -rw-r--r-- | include/constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h index 026ff7b..f367e4b 100644 --- a/include/constants.h +++ b/include/constants.h @@ -11,4 +11,8 @@ static const double STD_AIR_DENSITY_ICAO = 1.22498; static const double STD_AIR_DENSITY_ASM = 1.20886; static const double BC_CONVERSION_FACTOR = 0.00068418; +static const double rangeCardStartRange = 200; +static const double rangeCardIncrement = 50; +static const double rangeCardEndRange = 2000; + #endif |
