git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3749 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2010-01-26 01:20:18 +00:00
parent 40db65cabd
commit 04c6915856
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class Temper : protected Pointers {
int me,me_universe; // my proc ID in world and universe
int iworld,nworlds; // world info
double boltz; // copy from output->boltz
MPI_Comm roots; // Comm with 1 root proc from each world
MPI_Comm roots; // MPI comm with 1 root proc from each world
class RanPark *ranswap,*ranboltz; // RNGs for swapping and Boltz factor
int nevery; // # of timesteps between swaps
int nswaps; // # of tempering swaps to perform