Skip to content

Commit

Permalink
Apply suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
acdaigneault committed Aug 6, 2024
1 parent f1154ca commit 4fa1b6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/dem/dem_solver_parameters.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* ---------------------------------------------------------------------
*/

#ifndef lethe_dem_solver_parmmeters_h
#define lethe_dem_solver_parmmeters_h
#ifndef lethe_dem_solver_parameters_h
#define lethe_dem_solver_parameters_h

#include <core/parameters.h>
#include <core/parameters_lagrangian.h>
Expand Down
4 changes: 2 additions & 2 deletions source/dem/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_library(lethe-dem
dem.cc
dem_action_manager.cc
dem_contact_manager.cc
dem_post_processing.cc
dem_solver_parameters.cc
distributions.cc
explicit_euler_integrator.cc
Expand Down Expand Up @@ -37,7 +38,6 @@ add_library(lethe-dem
particle_wall_linear_force.cc
particle_wall_nonlinear_force.cc
periodic_boundaries_manipulator.cc
dem_post_processing.cc
read_checkpoint.cc
read_mesh.cc
set_particle_particle_contact_force_model.cc
Expand All @@ -55,6 +55,7 @@ add_library(lethe-dem
../../include/dem/dem.h
../../include/dem/dem_action_manager.h
../../include/dem/dem_contact_manager.h
../../include/dem/dem_post_processing.h
../../include/dem/dem_solver_parameters.h
../../include/dem/distributions.h
../../include/dem/explicit_euler_integrator.h
Expand Down Expand Up @@ -90,7 +91,6 @@ add_library(lethe-dem
../../include/dem/particle_wall_linear_force.h
../../include/dem/particle_wall_nonlinear_force.h
../../include/dem/periodic_boundaries_manipulator.h
../../include/dem/dem_post_processing.h
../../include/dem/read_checkpoint.h
../../include/dem/read_mesh.h
../../include/dem/rolling_resistance_torque_models.h
Expand Down

0 comments on commit 4fa1b6d

Please sign in to comment.