fix typo reported in #915

This commit is contained in:
Axel Kohlmeyer
2018-05-15 14:18:10 -04:00
parent 1f193e02e0
commit f5b7419108

View File

@ -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)