You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -118,7 +118,7 @@ function unbounded_mapping end
118
118
push!(exs, ex)
119
119
end
120
120
exs[1].head = :(=)
121
-
Expr(
121
+
returnExpr(
122
122
:block,
123
123
Expr(:(=), Expr(:tuple, [Symbol(:P, i) for i in1:Dim]...), :(bsplinespaces(M))),
124
124
Expr(:(=), Expr(:tuple, [Symbol(:t, i) for i in1:Dim]...), :t),
@@ -137,7 +137,7 @@ end
137
137
T =Expr(:tuple, ts...)
138
138
exs = [:($(Symbol(:t,i)) indomain($(Symbol(:P,i))) ||throw(DomainError($(Symbol(:t,i)), "The input "*string($(Symbol(:t,i)))*" is out of domain $(domain($(Symbol(:P,i))))."))) for i in1:Dim]
139
139
ret =Expr(:call,:unbounded_mapping,:M,[Symbol(:t,i) for i in1:Dim]...)
0 commit comments