Mercurial > repos > public > sbplib_julia
changeset 1983:730c9848ad0b feature/grids/geometry_functions
Update docstring for check_transfiniteinterpolation
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Wed, 26 Feb 2025 22:50:52 +0100 |
| parents | 486b3c6f919e |
| children | 4300c59bbeff |
| files | src/Grids/geometry.jl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/geometry.jl Wed Feb 26 22:50:26 2025 +0100 +++ b/src/Grids/geometry.jl Wed Feb 26 22:50:52 2025 +0100 @@ -196,7 +196,7 @@ end """ - check_transfiniteinterpolation(::Type{Bool}, s::TransfiniteInterpolationSurface) + check_transfiniteinterpolation(Bool, s::TransfiniteInterpolationSurface) Return true if the ends of the curves in the transfinite interpolation match. """
