Skip to content

Commit c72c52c

Browse files
committed
changed CGA configuration
1 parent 15799e8 commit c72c52c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DirectSum"
22
uuid = "22fd7b30-a8c0-5bf2-aabe-97783860d07c"
33
authors = ["Michael Reed"]
4-
version = "0.5.5"
4+
version = "0.5.6"
55

66
[deps]
77
ComputedFieldTypes = "459fdd68-db75-56b8-8c15-d717a790f88e"

src/utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ AbstractTensors.:-(x::SArray{Tuple{M},T,1,M} where M) where T<:Any = broadcast(-
4848
assign_expr!(e,x,:df,:(dualform(V)))
4949
assign_expr!(e,x,:di,:(dualindex(V)))
5050
assign_expr!(e,x,:D,:(diffvars(V)))
51-
assign_expr!(e,x,,:(istangent(V)|DirectSum.hasconformal(V)))
51+
assign_expr!(e,x,,:(istangent(V)))
5252
assign_expr!(e,x,:P,:(hasinf(V)+hasorigin(V)))
5353
return x
5454
end

0 commit comments

Comments
 (0)