mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-22 14:39:28 +00:00
comment update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user