Skip to content

Commit

Permalink
Merge pull request #5957 from tjhei/really-fix-clang-particle-error
Browse files Browse the repository at this point in the history
actually fix clang include error
  • Loading branch information
gassmoeller authored Jul 3, 2024
2 parents f55c513 + 6fc8679 commit 69edaf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/particle/interface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ namespace aspect
namespace Particle
{
ParticleInterfaceBase::ParticleInterfaceBase()
: particle_world_index(numbers::invalid_unsigned_int)
: particle_world_index(dealii::numbers::invalid_unsigned_int)
{}


Expand Down

0 comments on commit 69edaf3

Please sign in to comment.