Skip to content

Commit

Permalink
Update CGaussianPuff.cpp
Browse files Browse the repository at this point in the history
small typo fix
  • Loading branch information
pdwaggoner authored Oct 18, 2024
1 parent 162f83f commit 25101c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions placement/FastGaussianPuff/src/CGaussianPuff.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class CGaussianPuff{
min_corner, max_corner: minimum and maximum corners of a square (e.g. lower left and top right).
point: a point on the edge of the square.
Returns:
2D Vector containing the coordintes to the nearest corner of the square.
2D Vector containing the coordinates to the nearest corner of the square.
*/
Vector findNearestCorner(Vector min_corner, Vector max_corner, Vector point){

Expand Down Expand Up @@ -903,4 +903,4 @@ PYBIND11_MODULE(CGaussianPuff, m) {
TimePoint, TimePoint,
Vector, Vector, Matrix, Vector, double, double, bool, bool>())
.def("simulate", &CGaussianPuff::simulate);
}
}

0 comments on commit 25101c9

Please sign in to comment.