Added missing {
This commit is contained in:
parent
55cbadb471
commit
f243ee0466
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ indMix <- function(c, npops, dispText) {
|
||||||
roundTypes <- c(5, 5, 7)
|
roundTypes <- c(5, 5, 7)
|
||||||
} else if (vaihe == 4) {
|
} else if (vaihe == 4) {
|
||||||
roundTypes <- c(4, 3, 1)
|
roundTypes <- c(4, 3, 1)
|
||||||
} else if (vaihe == 5)
|
} else if (vaihe == 5) {
|
||||||
roundTypes <- c(6, 7, 2, 3, 4, 1)
|
roundTypes <- c(6, 7, 2, 3, 4, 1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue