more consistent formatting of for/while loops and if statements
This commit is contained in:
@ -953,7 +953,7 @@ void PairTersoffTable::read_file(char *file)
|
||||
MPI_Bcast(&nparams, 1, MPI_INT, 0, world);
|
||||
MPI_Bcast(&maxparam, 1, MPI_INT, 0, world);
|
||||
|
||||
if(comm->me != 0) {
|
||||
if (comm->me != 0) {
|
||||
params = (Param *) memory->srealloc(params,maxparam*sizeof(Param), "pair:params");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user