fix typo reported in #915
This commit is contained in:
@ -169,7 +169,7 @@ void ComputeRDF::init()
|
||||
cutghost = comm->cutghostuser;
|
||||
|
||||
if (mycutneigh > cutghost)
|
||||
error->all(FLERR,"Compure rdf cutoff exceeds ghost atom range - "
|
||||
error->all(FLERR,"Compute rdf cutoff exceeds ghost atom range - "
|
||||
"use comm_modify cutoff command");
|
||||
if (force->pair && mycutneigh < force->pair->cutforce + skin)
|
||||
if (comm->me == 0)
|
||||
|
||||
Reference in New Issue
Block a user