Skip to content

Commit

Permalink
Merge pull request #12759 from KratosMultiphysics/thermal-dem-error-fix
Browse files Browse the repository at this point in the history
Error fix in ThermalDEM
  • Loading branch information
rlrangel authored Oct 17, 2024
2 parents f6d11ab + 32a46ef commit d18b2c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ namespace Kratos
double equiv_young,
double equiv_shear,
double indentation,
double indentation_particle,
double calculation_area,
double& acumulated_damage,
SphericContinuumParticle* element1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ namespace Kratos
double equiv_young,
double equiv_shear,
double indentation,
double indentation_particle,
double calculation_area,
double& acumulated_damage,
SphericContinuumParticle* element1,
Expand Down

0 comments on commit d18b2c4

Please sign in to comment.