diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index b724d92ac6..2407d03a80 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -126,7 +126,7 @@ set(STANDARD_PACKAGES ASPHERE BODY CLASS2 COLLOID COMPRESS DIPOLE REPLICA RIGID SHOCK SPIN SNAP SRD KIM PYTHON MSCG MPIIO VORONOI USER-ATC USER-AWPMD USER-BOCS USER-CGDNA USER-MESODPD USER-CGSDK USER-COLVARS USER-DIFFRACTION USER-DPD USER-DRUDE USER-EFF USER-FEP USER-H5MD USER-LB - USER-MANIFOLD USER-MEAMC USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE + USER-MANIFOLD USER-MEAMC USER-MESONT USER-MGPT USER-MISC USER-MOFFF USER-MOLFILE USER-NETCDF USER-PHONON USER-PLUMED USER-PTM USER-QTB USER-REACTION USER-REAXC USER-SCAFACOS USER-SDPD USER-SMD USER-SMTBQ USER-SPH USER-TALLY USER-UEF USER-VTK USER-QUIP USER-QMMM USER-YAFF USER-ADIOS) diff --git a/doc/src/pair_mesocnt.rst b/doc/src/pair_mesocnt.rst index 6d9ba79a31..06c3596941 100644 --- a/doc/src/pair_mesocnt.rst +++ b/doc/src/pair_mesocnt.rst @@ -118,7 +118,7 @@ This pair style can only be used via the *pair* keyword of the Restrictions """""""""""" -This style is part of the USER-MISC package. It is only +This style is part of the USER-MESONT package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. This pair potential requires the :doc:`newton ` setting to be diff --git a/src/Makefile b/src/Makefile index 5692a111c5..e427d58d44 100644 --- a/src/Makefile +++ b/src/Makefile @@ -53,7 +53,7 @@ PACKAGE = asphere body class2 colloid compress coreshell dipole gpu \ PACKUSER = user-adios user-atc user-awpmd user-bocs user-cgdna user-cgsdk user-colvars \ user-diffraction user-dpd user-drude user-eff user-fep user-h5md \ - user-intel user-lb user-manifold user-meamc user-mesodpd \ + user-intel user-lb user-manifold user-meamc user-mesodpd user-mesont \ user-mgpt user-misc user-mofff user-molfile \ user-netcdf user-omp user-phonon user-plumed user-ptm user-qmmm \ user-qtb user-quip user-reaction user-reaxc user-scafacos user-smd user-smtbq \ diff --git a/src/USER-MISC/pair_mesocnt.cpp b/src/USER-MESONT/pair_mesocnt.cpp similarity index 100% rename from src/USER-MISC/pair_mesocnt.cpp rename to src/USER-MESONT/pair_mesocnt.cpp diff --git a/src/USER-MISC/pair_mesocnt.h b/src/USER-MESONT/pair_mesocnt.h similarity index 100% rename from src/USER-MISC/pair_mesocnt.h rename to src/USER-MESONT/pair_mesocnt.h diff --git a/src/USER-MISC/potentials.txt b/src/USER-MESONT/potentials.txt similarity index 100% rename from src/USER-MISC/potentials.txt rename to src/USER-MESONT/potentials.txt