From 77641bfdcc0806560da1accf8eef6b3ecb7b87e6 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 30 Jun 2010 13:56:29 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4362 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/compute_heat_flux.html | 2 +- doc/compute_heat_flux.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/compute_heat_flux.html b/doc/compute_heat_flux.html index b16764b554..d80e653936 100644 --- a/doc/compute_heat_flux.html +++ b/doc/compute_heat_flux.html @@ -170,7 +170,7 @@ thermo 10
# ------------- Equilibration and thermalisation ---------------- 
 
-
fix 		NPT all npt 70 70 10 xyz 0.0 0.0 100.0 drag 0.2
+
fix 		NPT all npt temp 70 70 10 iso 0.0 0.0 100.0 drag 0.2
 run 		8000
 unfix           NPT 
 
diff --git a/doc/compute_heat_flux.txt b/doc/compute_heat_flux.txt index e5a213aabf..c487fac7a6 100644 --- a/doc/compute_heat_flux.txt +++ b/doc/compute_heat_flux.txt @@ -167,7 +167,7 @@ thermo 10 :pre # ------------- Equilibration and thermalisation ---------------- :pre -fix NPT all npt 70 70 10 xyz 0.0 0.0 100.0 drag 0.2 +fix NPT all npt temp 70 70 10 iso 0.0 0.0 100.0 drag 0.2 run 8000 unfix NPT :pre