comment update

This commit is contained in:
Andreas Moik
2016-03-17 10:46:08 +01:00
parent aa249a044d
commit 8f12102ce1
+1 -1
View File
@@ -241,7 +241,7 @@
var residual = perZGV * zgvs.length;
var resDiff = neededStudentsCount - residual;
// distribute the remaining places
// distribute the remaining places on the present ZGVs
while(resDiff > 0)
{
zgvElems.forEach(function(i)