summaryrefslogtreecommitdiffstats
path: root/include/constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/constants.h')
-rw-r--r--include/constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants.h b/include/constants.h
index cfc9c80..026ff7b 100644
--- a/include/constants.h
+++ b/include/constants.h
@@ -9,5 +9,6 @@ static const double UNIVERSAL_GAS_CONSTANT = 8.31432;
static const double SPECIFIC_GAST_CONSTANT_DRY_AIR = 287.057036320950;
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;
#endif