diff --git a/doc/src/fix_meso_move.rst b/doc/src/fix_meso_move.rst index 55d54b2107..281a405ab0 100644 --- a/doc/src/fix_meso_move.rst +++ b/doc/src/fix_meso_move.rst @@ -247,6 +247,11 @@ defined by the :doc:`atom_style sph ` command. All particles in the group must be mesoscopic SPH/SDPD particles. +versionchanged:: TBD + +This fix is incompatible with deformation controls that remap velocity, +for instance the *remap v* option of :doc:`fix deform `. + Related commands """""""""""""""" diff --git a/doc/src/fix_mvv_dpd.rst b/doc/src/fix_mvv_dpd.rst index ff5b169f97..740785d562 100644 --- a/doc/src/fix_mvv_dpd.rst +++ b/doc/src/fix_mvv_dpd.rst @@ -97,6 +97,11 @@ These fixes are part of the DPD-MESO package. They are only enabled if LAMMPS was built with that package. See the :doc:`Build package ` page for more info. +versionchanged:: TBD + +This fix is incompatible with deformation controls that remap velocity, +for instance the *remap v* option of :doc:`fix deform `. + Related commands """""""""""""""" diff --git a/doc/src/fix_rigid_meso.rst b/doc/src/fix_rigid_meso.rst index c8c994fd26..933369788e 100644 --- a/doc/src/fix_rigid_meso.rst +++ b/doc/src/fix_rigid_meso.rst @@ -353,6 +353,11 @@ defined by the :doc:`atom_style sph ` command. All particles in the group must be mesoscopic SPH/SDPD particles. +versionchanged:: TBD + +This fix is incompatible with deformation controls that remap velocity, +for instance the *remap v* option of :doc:`fix deform `. + Related commands """""""""""""""" diff --git a/doc/src/fix_smd_integrate_tlsph.rst b/doc/src/fix_smd_integrate_tlsph.rst index 515b30d4ff..e714c91a17 100644 --- a/doc/src/fix_smd_integrate_tlsph.rst +++ b/doc/src/fix_smd_integrate_tlsph.rst @@ -53,6 +53,11 @@ Restrictions This fix is part of the MACHDYN package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` page for more info. +versionchanged:: TBD + +This fix is incompatible with deformation controls that remap velocity, +for instance the *remap v* option of :doc:`fix deform `. + Related commands """""""""""""""" diff --git a/doc/src/fix_smd_integrate_ulsph.rst b/doc/src/fix_smd_integrate_ulsph.rst index 17dfdb7b17..60c185db5f 100644 --- a/doc/src/fix_smd_integrate_ulsph.rst +++ b/doc/src/fix_smd_integrate_ulsph.rst @@ -61,6 +61,11 @@ Restrictions This fix is part of the MACHDYN package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` page for more info. +versionchanged:: TBD + +This fix is incompatible with deformation controls that remap velocity, +for instance the *remap v* option of :doc:`fix deform `. + Related commands """""""""""""""" diff --git a/src/DPD-SMOOTH/fix_rigid_meso.cpp b/src/DPD-SMOOTH/fix_rigid_meso.cpp index 3e8b07e6dc..38b9d0a09c 100644 --- a/src/DPD-SMOOTH/fix_rigid_meso.cpp +++ b/src/DPD-SMOOTH/fix_rigid_meso.cpp @@ -30,10 +30,10 @@ #include "fix_rigid_meso.h" -#include "math_extra.h" #include "atom.h" #include "domain.h" #include "error.h" +#include "math_extra.h" #include "memory.h" using namespace LAMMPS_NS;