Skip to content

Commit

Permalink
fixed erroneous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Wagner committed Apr 30, 2015
1 parent 42a04b0 commit e6d1529
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/milc_interface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include <dslash_quda.h>

#define MAX(a,b) ((a)>(b)?(a):(b))
#define BUILD_MILC_INTERFACE

#ifdef BUILD_MILC_INTERFACE

static bool initialized = false;
Expand Down Expand Up @@ -485,7 +485,7 @@ static void setInvertParams(const int dim[4],
invertParam->gamma_basis = QUDA_DEGRAND_ROSSI_GAMMA_BASIS; // not used, but required by the code.
invertParam->dirac_order = QUDA_DIRAC_ORDER;

invertParam->dslash_type = QUDA_STAGGERED_DSLASH;
invertParam->dslash_type = QUDA_ASQTAD_DSLASH;
invertParam->tune = QUDA_TUNE_YES;
invertParam->gflops = 0.0;

Expand Down

0 comments on commit e6d1529

Please sign in to comment.