From 655971cf9d2275a323ea6e9295767940d266a323 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 24 Mar 2008 14:45:46 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1669 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/temper.html | 12 ++++++------ doc/temper.txt | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/temper.html b/doc/temper.html index 78268c48f7..1fbd82ff02 100644 --- a/doc/temper.html +++ b/doc/temper.html @@ -36,12 +36,12 @@ processor partitions are defined using the -partition command-line switch (see this section). Each ensemble's temperature is typically controlled at a different value by a fix with ID fix-ID that controls temperature. Possible fix styles are -nvt, npt, and -temp/rescale. The desired temperature is -specified by temp, which is typically a variable previously set in -the input script, so that each partition is assigned a different -temperature. See the variable command for more -details. For example, +nvt, temp/berendsen, +langevin and temp/rescale. +The desired temperature is specified by temp, which is typically a +variable previously set in the input script, so that each partition is +assigned a different temperature. See the variable +command for more details. For example,

variable t world 300.0 310.0 320.0 330.0 
 
diff --git a/doc/temper.txt b/doc/temper.txt index 05efeb9517..ac0f99d7ce 100644 --- a/doc/temper.txt +++ b/doc/temper.txt @@ -33,12 +33,12 @@ processor partitions are defined using the -partition command-line switch (see "this section"_Section_start.html#2_6). Each ensemble's temperature is typically controlled at a different value by a fix with ID {fix-ID} that controls temperature. Possible fix styles are -"nvt"_fix_nvt.html, "npt"_fix_npt.html, and -"temp/rescale"_fix_temp_rescale.html. The desired temperature is -specified by {temp}, which is typically a variable previously set in -the input script, so that each partition is assigned a different -temperature. See the "variable"_variable.html command for more -details. For example, +"nvt"_fix_nvt.html, "temp/berendsen"_fix_npt.html, +"langevin"_fix_langevin.html and "temp/rescale"_fix_temp_rescale.html. +The desired temperature is specified by {temp}, which is typically a +variable previously set in the input script, so that each partition is +assigned a different temperature. See the "variable"_variable.html +command for more details. For example, variable t world 300.0 310.0 320.0 330.0 :pre