forked from lijiext/lammps
silence compiler warning about dead code
This commit is contained in:
parent
fbe30b5683
commit
bcb1d94b9a
|
@ -76,7 +76,6 @@ void FixReaxCBondsKokkos::init()
|
||||||
void FixReaxCBondsKokkos::Output_ReaxC_Bonds(bigint ntimestep, FILE *fp)
|
void FixReaxCBondsKokkos::Output_ReaxC_Bonds(bigint ntimestep, FILE *fp)
|
||||||
|
|
||||||
{
|
{
|
||||||
int i, j;
|
|
||||||
int nbuf_local;
|
int nbuf_local;
|
||||||
int nlocal_max, numbonds, numbonds_max;
|
int nlocal_max, numbonds, numbonds_max;
|
||||||
double *buf;
|
double *buf;
|
||||||
|
|
Loading…
Reference in New Issue