Mercurial > repos > public > sbplib_julia
diff src/Grids/geometry.jl @ 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 | d0b6c63c506e |
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. """