Skip to content

Commit

Permalink
remove code from pekk cg branch
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjonesBSU committed Jul 6, 2024
1 parent d21ae78 commit cdcfba0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions flowermd/modules/welding/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ def add_void_particles(
)
# Updated LJ params
lj = [i for i in forcefield if isinstance(i, hoomd.md.pair.LJ)][0]
if len(lj) == 0:
pass
# Create new LJ force
for ptype in snapshot.particles.types:
lj.params[(ptype, "VOID")] = {
"sigma": void_diameter,
Expand Down

0 comments on commit cdcfba0

Please sign in to comment.