Skip to content

Commit

Permalink
Fix broken doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Andlon committed Jul 20, 2023
1 parent 847b75d commit c01ffba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/space/fixed_interpolator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ impl<T: Real> FixedInterpolator<T> {
Self::from_compressed_values(node_values, node_gradients, node_indices, supported_node_offsets)
}

/// Same as [`from_space_and_points`], but runs parts of the algorithm in parallel with
/// `rayon`.
/// Same as [`from_space_and_points`](Self::from_space_and_points),
/// but runs parts of the algorithm in parallel with `rayon`.
pub fn from_space_and_points_par<Space>(
space: &Space,
points: &[OPoint<T, Space::GeometryDim>],
Expand Down

0 comments on commit c01ffba

Please sign in to comment.