Commit 12d006eb authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4691 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 8f02ff3b
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -253,7 +253,8 @@ void PairREAX::write_reax_positions()
  FORTRAN(rsmall, RSMALL).na_local = nlocal;

  if (nlocal+nghost > ReaxParams::nat)
    error->one("reax_defs.h::NATDEF too small");
    error->one("Pair reax NATDEF setting too small, "
	       "edit lib/reax/reax_defs.h");

  jx = 0;
  jy = ReaxParams::nat;
@@ -337,7 +338,8 @@ void PairREAX::write_reax_vlist()
	  jjj = i+1;
	}
	if (nvpair >= nvpairmax)
	  error->one("reax_defs.h::NNEIGHMAXDEF too small");
	  error->one("Pair reax NNEIGHMAXDEF setting too small, "
		     "edit lib/reax/reax_defs.h");

	FORTRAN(cbkpairs, CBKPAIRS).nvl1[nvpair] = iii;
	FORTRAN(cbkpairs, CBKPAIRS).nvl2[nvpair] = jjj;
Baidu
map