Fix verlet integration demo

This commit is contained in:
Luke Campagnola 2017-10-18 00:18:46 -07:00
parent 7be6f1e70c
commit 60e6591608

View File

@ -32,8 +32,6 @@ class ChainSim(pg.QtCore.QObject):
if self.initialized:
return
assert None not in [self.pos, self.mass, self.links, self.lengths]
if self.fixed is None:
self.fixed = np.zeros(self.pos.shape[0], dtype=bool)
if self.push is None: