Skip to content

Commit

Permalink
remove some warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcogarofalo committed Apr 18, 2024
1 parent 161587f commit d198f15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions compare_derivative.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# include <omp.h>
#endif
#include <stdio.h>
#include <math.h>
#include "global.h"
#include "monomial/monomial.h"

Expand Down
4 changes: 1 addition & 3 deletions quda_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
#include "boundary.h"
#include "linalg/convert_eo_to_lexic.h"
#include "linalg/mul_r.h"
#include "linalg/mul_gamma5.h"
#include "solver/solver.h"
#include "solver/solver_field.h"
#include "gettime.h"
Expand Down Expand Up @@ -2618,9 +2619,6 @@ void compute_ndcloverrat_derivative_quda(monomial * const mnl, hamiltonian_field
}
inv_param.evmax= 1.0/mnl->EVMaxInv;

double kappa2_quda = - mnl->kappa*mnl->kappa; // -kappa*kappa
double ck_quda = - mnl->c_sw * mnl->kappa / 8.0;
const double multiplicity = 1.0;

inv_param.kappa= mnl->kappa;
inv_param.clover_csw= mnl->c_sw;
Expand Down

0 comments on commit d198f15

Please sign in to comment.