Skip to content

Commit

Permalink
Keep linalg.jl in base/ rather than in base/linalg.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
Viral B. Shah committed Mar 16, 2013
1 parent d19ad7c commit 7f61c04
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion base/sysimg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ include("meta.jl")

# sparse matrices and linear algebra
include("sparse.jl")
include("linalg/linalg.jl")
include("linalg.jl")
importall LinAlg

# signal processing
Expand Down

0 comments on commit 7f61c04

Please sign in to comment.