diff --git a/doc/Section_modify.html b/doc/Section_modify.html index 303f90cd31..6b4a8dd665 100644 --- a/doc/Section_modify.html +++ b/doc/Section_modify.html @@ -661,13 +661,13 @@ it if LAMMPS changes. features of various kinds to LAMMPS. Packages are simply collections of one or more new class files which are invoked as a new "style" within a LAMMPS input script. If designed correctly, these additions -do not require changes to the main core of LAMMPS; they are simply -add-on files. If you think your new feature requires non-trivial -changes in core LAMMPS files, you'll need to communicate with the -developers, since we may or may -not want to make those changes. An example of a trivial change is -making a parent-class method "virtual" when you derive a new child -class from it. +typically do not require changes to the main core of LAMMPS; they are +simply add-on files. If you think your new feature requires +non-trivial changes in core LAMMPS files, you'll need to communicate +with the developers, since we +may or may not want to make those changes. An example of a trivial +change is making a parent-class method "virtual" when you derive a new +child class from it.

Here is what you need to do to submit a user package or single file for our consideration. Following these steps will save time for both @@ -676,6 +676,14 @@ you and us. See existing package files for examples.