From bc10d69de30a4c8a4a9dc29d7ee398e1041eb67b Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:20:35 -0400 Subject: [PATCH] fixup: incorrect void return --- grid/src/Cabana_Grid_ParticleDistributor.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grid/src/Cabana_Grid_ParticleDistributor.hpp b/grid/src/Cabana_Grid_ParticleDistributor.hpp index f470b4ed4..623e7ebe6 100644 --- a/grid/src/Cabana_Grid_ParticleDistributor.hpp +++ b/grid/src/Cabana_Grid_ParticleDistributor.hpp @@ -371,7 +371,7 @@ bool particleMigrate( const LocalGridType& local_grid, template [[deprecated( "Cabana::Grid::particleGridMigrate is now " "Cabana::Grid::particleMigrate. This function wrapper will be " - "removed in a future release." )]] void + "removed in a future release." )]] auto particleGridMigrate( Args&&... args ) { return Cabana::Grid::particleMigrate( std::forward( args )... ); @@ -381,7 +381,7 @@ template [[deprecated( "Cabana::Grid::createParticleGridDistributor is now " "Cabana::Grid::createParticleDistributor. This function wrapper will be " - "removed in a future release." )]] void + "removed in a future release." )]] auto createParticleGridDistributor( Args&&... args ) { return Cabana::Grid::createParticleDistributor(