Skip to content

Commit

Permalink
Tracking TensorValues#master
Browse files Browse the repository at this point in the history
  • Loading branch information
fverdugo committed Jul 22, 2019
1 parent 2e14121 commit 412f479
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 4 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[[TensorValues]]
deps = ["LinearAlgebra", "StaticArrays"]
git-tree-sha1 = "9d192922681bdc4f3294b5d565d2d4b37d21fa18"
git-tree-sha1 = "a998c534421283d1ad7cec699964600223be5357"
repo-rev = "master"
repo-url = "https://github.com/gridap/TensorValues.jl.git"
uuid = "31c64edf-cdeb-50e4-845d-ed2334360c20"
version = "0.3.3"
version = "0.3.4"

[[Test]]
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
Expand Down
7 changes: 0 additions & 7 deletions src/TensorPolynomialBases.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@ using StaticArrays
using TensorValues
using Test

# Move to VectorValues (begin)
import Base: convert
function convert(::Type{<:MultiValue{S,T,N,L}},a::NTuple{L,T}) where {S,T,N,L}
MultiValue(SArray{S,T}(a))
end
# Move to VectorValues (end)

export ScratchData
export TensorPolynomialBasis
export MonomialBasis
Expand Down

0 comments on commit 412f479

Please sign in to comment.