Added missing {

This commit is contained in:
Waldir Leoncio 2021-02-15 10:16:33 +01:00
parent 55cbadb471
commit f243ee0466

View file

@ -533,7 +533,7 @@ indMix <- function(c, npops, dispText) {
roundTypes <- c(5, 5, 7)
} else if (vaihe == 4) {
roundTypes <- c(4, 3, 1)
} else if (vaihe == 5)
} else if (vaihe == 5) {
roundTypes <- c(6, 7, 2, 3, 4, 1)
}
}