Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
acdaigneault committed Jul 30, 2024
1 parent 1589b7f commit 699308a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions include/dem/dem_action_manager.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class DEMActionManager
public:
/**
* @brief Copy constructor as a delete function to make sure it can not be
* copied. It w ill never be used.
* copied. It will never be used.
*
* @param copy The object to be copied
*/
Expand Down Expand Up @@ -378,8 +378,7 @@ class DEMActionManager
inline bool
use_default_broad_search_functions()
{
return !sparse_contacts_cells_update_trigger ||
mobility_status_reset_trigger;
return !sparse_contacts_enabled || mobility_status_reset_trigger;
}

private:
Expand Down

0 comments on commit 699308a

Please sign in to comment.