Skip to content

Commit

Permalink
iterator increase on ordered skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikKusch committed Mar 13, 2023
1 parent d03ea50 commit 07a99ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/Extintions.R
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ ExtinctionOrder <- function(Network, Order, NetworkType = "Trophic", clust.metho
# for (i in 1:length(Order)){
if(is.na(Conected1[i])){
if(verbose){setTxtProgressBar(ProgBar, i)}
i <- i+1
next()
}
# print(i)
Expand Down

0 comments on commit 07a99ba

Please sign in to comment.