Skip to content

Commit

Permalink
Rename examples/median to median_MU to avoid clashing with the librar…
Browse files Browse the repository at this point in the history
…y version
  • Loading branch information
ViralBShah committed Mar 17, 2012
1 parent dc38984 commit 443afbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/median.jl → examples/median_MU.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function median(S)
function median_MU(S)
n = length(S)

if n < 1500
Expand Down

0 comments on commit 443afbf

Please sign in to comment.