Fix bugs, clean up comments

This commit is contained in:
Pitchaya Boonsarngsuk
2018-01-31 08:39:13 +00:00
parent 1966421975
commit 3dbc8b1751
3 changed files with 9 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ function startNeighbourSamplingSimulation() {
.distance(function (s, t) {
return distanceFunction(s, t, props, norm);
})
.stableVelocity(0.000001)
.stableVelocity(0.000001) //TODO
.stableVeloHandler(ended);
simulation