diff options
| author | hybrid <hybrid@hybridlabs.pro> | 2026-07-18 11:44:43 +0300 |
|---|---|---|
| committer | hybrid <hybrid@hybridlabs.pro> | 2026-07-18 11:44:43 +0300 |
| commit | 17eaf66bb7713378b95cce0fccd2cf32bde213a6 (patch) | |
| tree | d5a0d7221c6976ab7dbdd6a53e04d47208ac83ac /include/ballistics.h | |
| parent | 2cff971b86fdd0f53014d302d66c83cd5a6088c5 (diff) | |
| download | a3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.tar.gz a3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.tar.bz2 a3catragmx-17eaf66bb7713378b95cce0fccd2cf32bde213a6.zip | |
add: tmp
Diffstat (limited to '')
| -rw-r--r-- | include/ballistics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ballistics.h b/include/ballistics.h index 84a883d..ab68c3f 100644 --- a/include/ballistics.h +++ b/include/ballistics.h @@ -2,6 +2,7 @@ #define ACE_BALLISTICS_H #include "context.h" +#include "drag_model.h" double atmospheric_correction(double ballistic_coefficient, double temperature, @@ -13,7 +14,7 @@ double calculate_air_density(double temperature, double pressure, double relative_humidity); -double retard(DragModel ballistic_model, +double retard(DragFunction drag_function, double ballistic_coefficient, double velocity, double temperature); |
