Skip to content

Commit

Permalink
changing rust code for test
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsteuteville committed Feb 23, 2024
1 parent e4fd9a8 commit 2281b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/fastsim-core/src/vehicle_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1156,7 +1156,7 @@ pub fn abc_to_drag_coeffs(
orphaned: false,
};

// polynomial function for pounds vs speed
// Polynomial function for pounds vs speed
let dyno_func_lb: Polynomial<f64> = Polynomial::new(vec![a_lbf, b_lbf__mph, c_lbf__mph2]);

let drag_coef: f64;
Expand Down

0 comments on commit 2281b38

Please sign in to comment.