Skip to content

Commit

Permalink
ran cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
g-bauer committed Jan 19, 2023
1 parent 5b335de commit 300a437
Show file tree
Hide file tree
Showing 12 changed files with 1,139 additions and 1,176 deletions.
6 changes: 1 addition & 5 deletions benches/dual_numbers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,7 @@ where
}

/// Benchmark for evaluation of the Helmholtz energy for different dual number types.
fn bench_dual_numbers<E: EquationOfState>(
c: &mut Criterion,
group_name: &str,
state: State<E>,
) {
fn bench_dual_numbers<E: EquationOfState>(c: &mut Criterion, group_name: &str, state: State<E>) {
let mut group = c.benchmark_group(group_name);
group.bench_function("a_f64", |b| {
b.iter(|| a_res((&state.eos, &state.derive0())))
Expand Down
Loading

0 comments on commit 300a437

Please sign in to comment.