silence compiler warnings about unused parameters and variables
This commit is contained in:
@ -119,8 +119,8 @@ void amoeba_gpu_clear() {
|
||||
|
||||
int** amoeba_gpu_precompute(const int ago, const int inum_full, const int nall,
|
||||
double **host_x, int *host_type, int *host_amtype,
|
||||
int *host_amgroup, double **host_rpole,
|
||||
double **host_uind, double **host_uinp, double *host_pval,
|
||||
int *host_amgroup, double **host_rpole, double ** /*host_uind*/,
|
||||
double ** /*host_uinp*/, double * /*host_pval*/,
|
||||
double *sublo, double *subhi, tagint *tag,
|
||||
int **nspecial, tagint **special,
|
||||
int *nspecial15, tagint **special15,
|
||||
|
||||
Reference in New Issue
Block a user