@@ -27,7 +27,7 @@ namespace quda {
2727#else
2828 errorQuda (" QUDA_RECONSTRUCT=%d does not enable reconstruct-8" , QUDA_RECONSTRUCT);
2929#endif
30- #if defined(GPU_STAGGERED_DIRAC) || defined(BUILD_OPENQCD_INTERFACE )
30+ #if defined(GPU_STAGGERED_DIRAC) || defined(BUILD_QCD_PLUS_QED )
3131 } else if (out.Reconstruct () == QUDA_RECONSTRUCT_13) {
3232#if QUDA_RECONSTRUCT & 2
3333 typedef typename gauge_mapper<FloatOut, QUDA_RECONSTRUCT_13>::type G;
@@ -56,7 +56,7 @@ namespace quda {
5656#else
5757 errorQuda (" QUDA_RECONSTRUCT=%d does not enable reconstruct-9" , QUDA_RECONSTRUCT);
5858#endif
59- #endif // defined(GPU_STAGGERED_DIRAC) || defined(BUILD_OPENQCD_INTERFACE )
59+ #endif // defined(GPU_STAGGERED_DIRAC) || defined(BUILD_QCD_PLUS_QED )
6060 } else {
6161 errorQuda (" Reconstruction %d and order %d not supported" , out.Reconstruct (), out.Order ());
6262 }
@@ -169,7 +169,7 @@ namespace quda {
169169#else
170170 errorQuda (" QUDA_RECONSTRUCT=%d does not enable reconstruct-8" , QUDA_RECONSTRUCT);
171171#endif
172- #if defined(GPU_STAGGERED_DIRAC) || defined(BUILD_OPENQCD_INTERFACE )
172+ #if defined(GPU_STAGGERED_DIRAC) || defined(BUILD_QCD_PLUS_QED )
173173 } else if (in.Reconstruct () == QUDA_RECONSTRUCT_13) {
174174#if QUDA_RECONSTRUCT & 2
175175 typedef typename gauge_mapper<FloatIn,QUDA_RECONSTRUCT_13>::type G;
@@ -191,7 +191,7 @@ namespace quda {
191191#else
192192 errorQuda (" QUDA_RECONSTRUCT=%d does not enable reconstruct-9" , QUDA_RECONSTRUCT);
193193#endif
194- #endif // defined(GPU_STAGGERED_DIRAC) || defined(BUILD_OPENQCD_INTERFACE )
194+ #endif // defined(GPU_STAGGERED_DIRAC) || defined(BUILD_QCD_PLUS_QED )
195195 } else {
196196 errorQuda (" Reconstruction %d and order %d not supported" , in.Reconstruct (), in.Order ());
197197 }
0 commit comments