silence compiler warnings
This commit is contained in:
@ -41,7 +41,7 @@ FixGravityKokkos<DeviceType>::FixGravityKokkos(LAMMPS *lmp, int narg, char **arg
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
template<class DeviceType>
|
template<class DeviceType>
|
||||||
void FixGravityKokkos<DeviceType>::post_force(int vflag)
|
void FixGravityKokkos<DeviceType>::post_force(int /*vflag*/)
|
||||||
{
|
{
|
||||||
// update gravity due to variables
|
// update gravity due to variables
|
||||||
|
|
||||||
|
|||||||
@ -137,7 +137,7 @@ void FixLangevinKokkos<DeviceType>::grow_arrays(int nmax)
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
template<class DeviceType>
|
template<class DeviceType>
|
||||||
void FixLangevinKokkos<DeviceType>::initial_integrate(int vflag)
|
void FixLangevinKokkos<DeviceType>::initial_integrate(int /*vflag*/)
|
||||||
{
|
{
|
||||||
atomKK->sync(execution_space,datamask_read);
|
atomKK->sync(execution_space,datamask_read);
|
||||||
atomKK->modified(execution_space,datamask_modify);
|
atomKK->modified(execution_space,datamask_modify);
|
||||||
|
|||||||
@ -73,7 +73,7 @@ void FixSetForceKokkos<DeviceType>::init()
|
|||||||
/* ---------------------------------------------------------------------- */
|
/* ---------------------------------------------------------------------- */
|
||||||
|
|
||||||
template<class DeviceType>
|
template<class DeviceType>
|
||||||
void FixSetForceKokkos<DeviceType>::post_force(int vflag)
|
void FixSetForceKokkos<DeviceType>::post_force(int /*vflag*/)
|
||||||
{
|
{
|
||||||
atomKK->sync(execution_space, X_MASK | F_MASK | MASK_MASK);
|
atomKK->sync(execution_space, X_MASK | F_MASK | MASK_MASK);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user