silence compiler warnings about unused parameters and variables
This commit is contained in:
@ -310,7 +310,7 @@ void EAMT::compute(const int f_ago, const int inum_full, const int nlocal,
|
||||
const int nall, double **host_x, int *host_type,
|
||||
int *ilist, int *numj, int **firstneigh,
|
||||
const bool eflag_in, const bool vflag_in,
|
||||
const bool eatom, const bool vatom,
|
||||
const bool /*eatom*/, const bool /*vatom*/,
|
||||
int &host_start, const double cpu_time,
|
||||
bool &success, void **fp_ptr) {
|
||||
this->acc_timers();
|
||||
@ -386,8 +386,8 @@ int** EAMT::compute(const int ago, const int inum_full, const int nall,
|
||||
double **host_x, int *host_type, double *sublo,
|
||||
double *subhi, tagint *tag, int **nspecial,
|
||||
tagint **special, const bool eflag_in,
|
||||
const bool vflag_in, const bool eatom,
|
||||
const bool vatom, int &host_start, int **ilist, int **jnum,
|
||||
const bool vflag_in, const bool /*eatom*/,
|
||||
const bool /*vatom*/, int &host_start, int **ilist, int **jnum,
|
||||
const double cpu_time, bool &success, int &inum,
|
||||
void **fp_ptr) {
|
||||
this->acc_timers();
|
||||
|
||||
Reference in New Issue
Block a user