Skip to content

Commit

Permalink
Update del -> delete! in typetree.jl
Browse files Browse the repository at this point in the history
Remove blksvd.jl example, as we have comprehensive lapack support now.
  • Loading branch information
ViralBShah committed Apr 24, 2013
1 parent 42066ab commit 6cfe360
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 147 deletions.
146 changes: 0 additions & 146 deletions examples/blksvd.jl

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typetree.jl
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function show_tree(root, prefix, norm_ex)
if children != None
ch = to_array(children)
sort!(ch)
del(children_map, r)
delete!(children_map, r)
iter = start(ch)
cpre = prefix * " +"
dpre = prefix * " "
Expand Down

0 comments on commit 6cfe360

Please sign in to comment.