Skip to content

Commit

Permalink
Fixed a bug in idock job creation
Browse files Browse the repository at this point in the history
  • Loading branch information
HongjianLi committed Jan 15, 2016
1 parent e1b3d4d commit 6309e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ if (cluster.isMaster) {
}
v.res.ligands = ligands;
v.res.scheduled = 0;
v.res.completed = 0;
v.res.finished = 0;
for (var i = 0; i < 10; ++i) {
v.res[i] = 0;
}
Expand Down

0 comments on commit 6309e76

Please sign in to comment.