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 5ba1d0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
6 changes: 3 additions & 3 deletions tests/dem/particle_point_contact.cc
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include <core/dem_properties.h>

#include <dem/contact_info.h>
#include <dem/contact_type.h>
#include <dem/dem_solver_parameters.h>
#include <dem/find_boundary_cells_information.h>
#include <dem/particle_point_line_broad_search.h>
Expand Down Expand Up @@ -124,12 +125,11 @@ test()
Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0));

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

// Particle-point fine search
std::unordered_map<unsigned int, particle_point_contact_info<dim>>
typename DEM::dem_data_structures<dim>::particle_point_in_contact
contact_information;

ParticlePointLineForce<dim> force_object;
Expand Down

0 comments on commit 5ba1d0c

Please sign in to comment.