Commit f5b74191 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fix typo reported in #915

parent 1f193e02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)