Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
f64::consts::FRAC_1_SQRT_2
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Feb 29, 2024
1 parent da90cda commit a6a924e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grid_impl/grid.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ mod test {
let grid = SerialGrid::<f64>::new(
vec![
-1.0, 0.0, 0.0, -0.5, 0.0, 0.2, 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 2.0, 0.0, 0.0,
-0.7071, 0.7071, 0.0, 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0,
-f64::consts::FRAC_1_SQRT_2, f64::consts::FRAC_1_SQRT_2, 0.0, 0.0, 0.5, 0.0, 0.0, 1.0, 0.0, 1.0, 1.0, 0.0,

Check failure on line 209 in src/grid_impl/grid.rs

View workflow job for this annotation

GitHub Actions / Run Rust tests (stable, mpich)

ambiguous associated type

Check failure on line 209 in src/grid_impl/grid.rs

View workflow job for this annotation

GitHub Actions / Run Rust tests (stable, mpich)

ambiguous associated type
],
3,
&[0, 2, 7, 6, 5, 1, 2, 3, 7, 8, 3, 4, 8],
Expand Down

0 comments on commit a6a924e

Please sign in to comment.