Skip to content

Commit 7e2fcc1

Browse files
committed
fix compiler error
1 parent 6caa627 commit 7e2fcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openqcd_interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ inline void set_su3csw(QudaInvertParam *param, double su3csw)
724724
param->dslash_type = QUDA_CLOVER_WILSON_DSLASH;
725725

726726
if (qudaState.layout.flds_parms().gauge == OPENQCD_GAUGE_SU3) {
727-
param->clover_order = QUDA_FLOAT8_CLOVER_ORDER; /* what implication has this? */
727+
param->clover_order = QUDA_NATIVE_CLOVER_ORDER; /* what implication has this? */
728728
param->compute_clover = true;
729729
} else {
730730
param->clover_order = QUDA_OPENQCD_CLOVER_ORDER;

0 commit comments

Comments
 (0)