diff -Naur lammps-23Mar08/doc/temper.html lammps-24Mar08/doc/temper.html --- lammps-23Mar08/doc/temper.html 2007-02-09 14:37:30.000000000 -0700 +++ lammps-24Mar08/doc/temper.html 2008-03-24 08:45:46.000000000 -0600 @@ -36,12 +36,12 @@ 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 -Naur lammps-23Mar08/doc/temper.txt lammps-24Mar08/doc/temper.txt --- lammps-23Mar08/doc/temper.txt 2007-02-09 14:37:30.000000000 -0700 +++ lammps-24Mar08/doc/temper.txt 2008-03-24 08:45:46.000000000 -0600 @@ -33,12 +33,12 @@ 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 diff -Naur lammps-23Mar08/tools/restart2data.cpp lammps-24Mar08/tools/restart2data.cpp --- lammps-23Mar08/tools/restart2data.cpp 2008-02-22 07:29:28.000000000 -0700 +++ lammps-24Mar08/tools/restart2data.cpp 2008-03-24 08:51:45.000000000 -0600 @@ -2439,7 +2439,8 @@ (strcmp(pair_style,"sw") != 0) && (strcmp(pair_style,"table") != 0) && (strcmp(pair_style,"tersoff") != 0) && - (strcmp(pair_style,"hybrid") != 0)) + (strcmp(pair_style,"hybrid") != 0) && + (strcmp(pair_style,"hybrid/overlay") != 0)) fprintf(fp,"\nPair Coeffs\n\n"); if ((strcmp(pair_style,"buck") == 0) ||