changeset 1573:bbb9065834ce feature/grids/manifolds

Remove converting between ways to call a charts:
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 25 Apr 2024 14:37:59 +0200
parents 157c43966b06
children aeb561754248
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:13:41 2024 +0200
+++ b/src/Grids/manifolds.jl	Thu Apr 25 14:37:59 2024 +0200
@@ -83,8 +83,6 @@
 """
 function parameterspace end
 
-(c::Chart{D})(x̄::SVector{D}) where D = c(x̄...)
-
 
 # TODO: Add trait for if there is a jacobian available?
 # Add package extension to allow calling the getter function anyway if it's not available