Skip to content
This repository has been archived by the owner on Oct 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6 from dirkschumacher/revert-5-revert-4-master
Browse files Browse the repository at this point in the history
Revert "Revert "Update helper.jl""
  • Loading branch information
dirkschumacher committed Nov 24, 2015
2 parents 661ef43 + 4f07bee commit 6778b39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/helper.jl
Expand Up @@ -35,7 +35,7 @@ macro step_down_adjustment(multiplier, sortedPValues)
end

function order(vector)
indexes = [1:length(vector)]
indexes = collect(1:length(vector))
sortedIndexes = sort(indexes, by = (i) -> vector[i])
sortedIndexes
end
end

0 comments on commit 6778b39

Please sign in to comment.