Skip to content

Commit

Permalink
Fixed hisq_paths_force_test so as to not hardcode the cpu field order…
Browse files Browse the repository at this point in the history
…ing (closes #163)
  • Loading branch information
maddyscientist committed Oct 16, 2014
1 parent 04e92b3 commit f567f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/hisq_paths_force_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ hisq_force_init()
gParam = GaugeFieldParam(0, qudaGaugeParam);
gParam.create = QUDA_NULL_FIELD_CREATE;
gParam.link_type = QUDA_GENERAL_LINKS;
gParam.order = QUDA_QDP_GAUGE_ORDER;
cpuGauge = new cpuGaugeField(gParam);

#ifdef MULTI_GPU
Expand Down

0 comments on commit f567f66

Please sign in to comment.