Skip to content

Commit

Permalink
🤷
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeegan committed May 11, 2024
1 parent 317d2e7 commit aba381c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/amr/resources_manager/resources_manager_utilities.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ namespace amr
if constexpr (is_field_v<ResourceView>)
return typename ResourceManager::UserField_t{};
else if constexpr (is_particles_v<ResourceView>)
return typename ResourceManager::UserParticle_t<ResourceView>{};
return typename ResourceManager::template UserParticle_t<ResourceView>{};
else
throw std::runtime_error("bad condition");
}
Expand Down

0 comments on commit aba381c

Please sign in to comment.