Skip to content

Commit

Permalink
Remove unnecessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Nov 27, 2024
1 parent 7efe5b8 commit 5d4c96c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions oscillator-overlap/solver-python/oscillator.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ class Participant(Enum):
stiffness = this_spring.k + connecting_spring.k
u0, v0, f0 = this_mass.u0, this_mass.v0, connecting_spring.k * other_mass.u0

num_vertices = 1 # Number of vertices

solver_process_index = 0
solver_process_size = 1

Expand Down

0 comments on commit 5d4c96c

Please sign in to comment.