From 581d47a10a068eb8f14cfd7fa70d3d8f21fc922c Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 15 Jul 2020 20:46:31 -0400 Subject: [PATCH] move fix widom from USER-MISC to MC package --- doc/src/fix_widom.rst | 2 +- src/{USER-MISC => MC}/fix_widom.cpp | 0 src/{USER-MISC => MC}/fix_widom.h | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename src/{USER-MISC => MC}/fix_widom.cpp (100%) rename src/{USER-MISC => MC}/fix_widom.h (100%) diff --git a/doc/src/fix_widom.rst b/doc/src/fix_widom.rst index 4ad48c119d..dd18bad3b2 100644 --- a/doc/src/fix_widom.rst +++ b/doc/src/fix_widom.rst @@ -189,7 +189,7 @@ the :doc:`run ` command. This fix is not invoked during :doc:`energy minim Restrictions """""""""""" -This fix is part of the USER-MISC package. It is only enabled if LAMMPS was +This fix is part of the MC package. It is only enabled if LAMMPS was built with that package. See the :doc:`Build package ` doc page for more info. diff --git a/src/USER-MISC/fix_widom.cpp b/src/MC/fix_widom.cpp similarity index 100% rename from src/USER-MISC/fix_widom.cpp rename to src/MC/fix_widom.cpp diff --git a/src/USER-MISC/fix_widom.h b/src/MC/fix_widom.h similarity index 100% rename from src/USER-MISC/fix_widom.h rename to src/MC/fix_widom.h