Skip to content

Commit

Permalink
minor: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed May 18, 2021
1 parent 4f38e9b commit f1bc095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ freesurferformats Changes
Version 0.1.15
--------------
- disable all unit tests that require downloaded data on CRAN
- add Euclidian distance util functions for surface vertices, like vertexdists.to.point and closest.vert.to.point
- add Euclidean distance util functions for surface vertices, like vertexdists.to.point and closest.vert.to.point
- add doapply.transform.mtx function (it's just matmul with some input checks that are annoying to repeat)


Expand Down
2 changes: 1 addition & 1 deletion R/surface_dist.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#'
#' @param point_coords nx3 matrix of query coords. If a vector, will be transformed \code{byrow} to such a matrix.
#'
#' @return named list with entries: 'vertex_id' integer vector, the index of the closest vertex, and 'dist': double vector, the Euclidian distance to that vertex.
#' @return named list with entries: 'vertex_id' integer vector, the index of the closest vertex, and 'dist': double vector, the Euclidean distance to that vertex.
#'
#' @family Euclidean distance util functions
#'
Expand Down

0 comments on commit f1bc095

Please sign in to comment.