git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8194 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -886,7 +886,7 @@ void PairTable::read_restart_settings(FILE *fp)
|
||||
fread(&tabstyle,sizeof(int),1,fp);
|
||||
fread(&tablength,sizeof(int),1,fp);
|
||||
}
|
||||
MPI_Bcast(&tabstyle,1,MPI_DOUBLE,0,world);
|
||||
MPI_Bcast(&tabstyle,1,MPI_INT,0,world);
|
||||
MPI_Bcast(&tablength,1,MPI_INT,0,world);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user