Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

last fixes for tagging + glvisualize #100

Merged
merged 8 commits into from
Jun 7, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove debug
  • Loading branch information
SimonDanisch committed Jun 7, 2017
commit 04eaa11ed586c164f2d429a73d4b8acb5540dd44
2 changes: 0 additions & 2 deletions src/decompose.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ primitive.
function decompose{SV <: StaticVector, N, T}(::Type{SV},
r::AbstractGeometry{N, T}, args...
)
println(SV)
sz = size_or(SV, (N,))
vectype = similar_type(SV, eltype_or(SV, T), Size{sz}())
println(vectype)
# since we have not triangular dispatch, we can't define a function with the
# signature for a fully specified Vector type. But we need to check for it
# as it means that decompose is not implemented for that version
Expand Down