Added another check specially for chemsnap
This commit is contained in:
@ -782,6 +782,9 @@ void PairSNAP::read_files(char *coefffilename, char *paramfilename)
|
|||||||
if (rcutfacflag == 0 || twojmaxflag == 0)
|
if (rcutfacflag == 0 || twojmaxflag == 0)
|
||||||
error->all(FLERR,"Incorrect SNAP parameter file");
|
error->all(FLERR,"Incorrect SNAP parameter file");
|
||||||
|
|
||||||
|
if (chemflag && nelemtmp != nelements)
|
||||||
|
error->all(FLERR,"Incorrect SNAP parameter file");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user