Skip to content

Commit

Permalink
changed variable name, fixed #75
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Aug 27, 2020
1 parent 85c3843 commit fbdfd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Grassmann"
uuid = "4df31cd9-4c27-5bea-88d0-e6a7146666d8"
authors = ["Michael Reed"]
version = "0.6.0"
version = "0.6.1"

[deps]
AbstractTensors = "a8e43f4a-99b7-5565-8bf1-0165161caaea"
Expand Down
2 changes: 1 addition & 1 deletion src/forms.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function (W::SubManifold{Q,M,S})(m::MultiVector{V,T}) where {Q,M,V,S,T}
if isbasis(W)
throw(error("MultiVector forms not yet supported"))
elseif V==W
return b
return m
elseif WV
out,N = zeros(choicevec(M,valuetype(m))),mdims(V)
bs = binomsum_set(N)
Expand Down

0 comments on commit fbdfd75

Please sign in to comment.