silence compiler warnings
This commit is contained in:
@ -52,12 +52,12 @@ int TersoffT::init(const int ntypes, const int nlocal, const int nall, const int
|
||||
const double* c, const double* d, const double* h, const double* gamma,
|
||||
const double* beta, const double* powern, const double* host_cutsq)
|
||||
{
|
||||
int oldparam=-1;
|
||||
int onetype=-1;
|
||||
int onetype3=0;
|
||||
int spq=0;
|
||||
int mtypes=0;
|
||||
#ifdef USE_OPENCL
|
||||
int oldparam=-1;
|
||||
int mtypes=0;
|
||||
for (int ii=1; ii<ntypes; ii++) {
|
||||
const int i=host_map[ii];
|
||||
for (int jj=1; jj<ntypes; jj++) {
|
||||
|
||||
Reference in New Issue
Block a user