From b0d7fe1f2689baf6fa3840a12b308a28d3959d13 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 24 Oct 2013 18:04:27 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10876 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_modify.html | 31 ++++++++++++++++++++----------- doc/Section_modify.txt | 31 ++++++++++++++++++++----------- 2 files changed, 40 insertions(+), 22 deletions(-) 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.