Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
acdaigneault committed Aug 10, 2024
1 parent 83bca65 commit 87c32a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion include/dem/particle_point_line_broad_search.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ find_particle_point_contact_pairs(
* @param sparse_contacts_object The Adaptive Sparse Contacts for mobility
* status checks.
*/

template <int dim>
void
find_particle_point_contact_pairs(
Expand Down
2 changes: 1 addition & 1 deletion tests/dem/particle_point_contact.cc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ test()

// Particle-point broad search
std::unordered_map<unsigned int,
std::pair<Particles::ParticleIterator<dim>, Point<dim>>>
particle_point_contact_info<dim>>
contact_candidates;

// Particle-point fine search
Expand Down

0 comments on commit 87c32a2

Please sign in to comment.