Skip to content

Commit

Permalink
iterate over array
Browse files Browse the repository at this point in the history
  • Loading branch information
davidavdav committed Mar 10, 2014
1 parent 2178e83 commit 902a83c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ using SGEArrays
listfile = ARGS[1]
files = readdlm(listfile)

for i in SGEArray(1:size(files))
file = files[i]
## process file numbered i
for file in SGEArray(files)
## process file $file
end
```

Expand Down

0 comments on commit 902a83c

Please sign in to comment.