Skip to content

Commit

Permalink
SD: Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Jul 2, 2020
1 parent efb34cf commit 721c145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/python/stokesian_dynamics.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def falling_spheres(self, time_step, l_factor, t_factor,
device=self.device, radii={0: 1.0 * l_factor},
approximation_method=sd_method)

gravity = constraints.Gravity(
gravity = espressomd.constraints.Gravity(
g=[0, -1.0 * l_factor / (t_factor**2), 0])
self.system.constraints.add(gravity)
self.system.time_step = 1.0 * t_factor
Expand Down

0 comments on commit 721c145

Please sign in to comment.