Skip to content

Commit

Permalink
werror2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasaunai committed Jan 30, 2025
1 parent de6c946 commit d56ef9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amr/resources_manager/resources_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ namespace amr
ViewMetaWithParticles<GridLayoutT, GridView_t, ParticleView_t>>;

template<typename GridLayoutT, typename GridView_t, typename ParticleView_t = void>
class ResourcesManager : public Super<GridLayoutT, GridView_t, ParticleView_t>
class ResourcesManager : public SuperDispatcher<GridLayoutT, GridView_t, ParticleView_t>
{
using This = ResourcesManager<GridLayoutT, GridView_t, ParticleView_t>;

Expand Down

0 comments on commit d56ef9e

Please sign in to comment.