Skip to content

Commit

Permalink
fixed compiler error in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Gruber committed Feb 28, 2024
1 parent 3150761 commit 0752a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/instantiate_dslash.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ namespace quda
#else
errorQuda("QUDA_RECONSTRUCT=%d does not enable reconstruct-8/9", QUDA_RECONSTRUCT);
#endif
#ifdef BUILD_OPENQCD_INTERFACE
} else if (Recon::recon.size() > 3 && U.Reconstruct() == Recon::recon[3]) {
#if QUDA_RECONSTRUCT & 2
Apply<Float, nColor, Recon::recon[3]>(out, in, U, args...);
Expand All @@ -50,6 +51,7 @@ namespace quda
#else
errorQuda("QUDA_RECONSTRUCT=%d does not enable reconstruct-9", QUDA_RECONSTRUCT);
#endif
#endif /* BUILD_OPENQCD_INTERFACE */
} else {
errorQuda("Unsupported reconstruct type %d\n", U.Reconstruct());
}
Expand Down

0 comments on commit 0752a23

Please sign in to comment.