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 #4 from DanielHoffmann32/master
Browse files Browse the repository at this point in the history
Update helper.jl
  • Loading branch information
dirkschumacher committed Nov 24, 2015
2 parents 02a2592 + 2a566ab commit a83e127
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 a83e127

Please sign in to comment.