Mercurial > repos > public > sbplib_julia
changeset 1576:a7245343eb98 feature/grids/manifolds
Remove left over comment
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 25 Apr 2024 21:52:22 +0200 |
parents | aeb561754248 |
children | d5aa72662161 |
files | src/Grids/manifolds.jl |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/Grids/manifolds.jl Thu Apr 25 14:38:15 2024 +0200 +++ b/src/Grids/manifolds.jl Thu Apr 25 21:52:22 2024 +0200 @@ -69,8 +69,6 @@ Should implement a methods for * `parameterspace` * `(::Chart)(ξs...)` - -There is a default implementation for `(::Chart{D})(::SVector{D})` """ abstract type Chart{D} end # abstract type Chart{D,R} end