Set default stable velo to 0

This commit is contained in:
2018-03-14 15:26:07 +00:00
parent 7a267d0de2
commit f72218a778
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ function startLinkSimulation() {
.distance(function (n, m) {
return distanceFunction(n, m, props, norm);
})
.stableVelocity(0) //TODO
.stableVelocity(0) // Change here
.onStableVelo(ended);
}
else {