Commit 4adbb882 authored by Stan Moore's avatar Stan Moore
Browse files

Temper SNAP output

parent 275c0845
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1522,9 +1522,9 @@ void PairSNAP::coeff(int narg, char **arg)
      sna[tid]->grow_rij(nmax);
  }

  if (comm->me == 0)
    printf("ncoeff = %d snancoeff = %d \n",ncoeff,sna[0]->ncoeff);
  if (ncoeff != sna[0]->ncoeff) {
    printf("ncoeff = %d snancoeff = %d \n",ncoeff,sna[0]->ncoeff);
    error->all(FLERR,"Incorrect SNAP parameter file");
  }