Skip to content

Commit

Permalink
Update reverser_thrust.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
donstim authored Apr 8, 2024
1 parent c308555 commit 3246d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ impl ReverserThrust {
fn reverse_thrust_ratio_from_n1(engine_n1: Ratio) -> Ratio {
let n1_breakpoints = [0., 15., 20., 50., 55., 100.];

let reverse_thrust_ratio = [0., 0., 0.04, 0.16, 0.16, 0.16];
let reverse_thrust_ratio = [0., 0., 0.04, 0.20, 0.20, 0.20];

Ratio::new::<ratio>(interpolation(
&n1_breakpoints,
Expand Down

0 comments on commit 3246d78

Please sign in to comment.