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(