Skip to content

Commit

Permalink
Update include/dem/particle_particle_contact_force.h
Browse files Browse the repository at this point in the history
Co-authored-by: OGaboriault <[email protected]>
  • Loading branch information
blaisb and OGaboriault authored Jul 31, 2024
1 parent 163b0c3 commit be8c863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/dem/particle_particle_contact_force.h
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ class ParticleParticleContactForce
(tangential_spring_constant * contact_info.tangential_overlap) +
damping_tangential_force;

double coulomb_threshold =
const double coulomb_threshold =
this->effective_coefficient_of_friction[vec_particle_type_index(
particle_one_type, particle_two_type)] *
normal_force_value;
Expand Down

0 comments on commit be8c863

Please sign in to comment.