Skip to content

Commit

Permalink
Merge pull request #478 from lattice/hotfix/milc_clover_coeff
Browse files Browse the repository at this point in the history
Hotfix/milc clover coeff
  • Loading branch information
mathiaswagner committed Jun 1, 2016
2 parents 03ce5c8 + 371e996 commit ebf6f1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/quda_constants.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define QUDA_VERSION_MAJOR 0
#define QUDA_VERSION_MINOR 8
#define QUDA_VERSION_MINOR 9
#define QUDA_VERSION_SUBMINOR 0

/**
Expand Down
1 change: 1 addition & 0 deletions lib/milc_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1424,6 +1424,7 @@ void qudaCloverInvert(int external_precision,
invertParam.tol = target_residual;
invertParam.tol_hq = target_fermilab_residual;
if (invertParam.residual_type == QUDA_HEAVY_QUARK_RESIDUAL) invertParam.heavy_quark_check = 1;
invertParam.clover_coeff = clover_coeff;

// solution types
invertParam.solution_type = QUDA_MAT_SOLUTION;
Expand Down

0 comments on commit ebf6f1e

Please sign in to comment.