Skip to content

Commit

Permalink
typo corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
pittlerf committed Nov 7, 2024
1 parent a0123fc commit 8ffb905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/dslash_domain_wall_4d_fused_m5.in.cu
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace quda
template DomainWall4DApplyFusedM5<Float, nColor, DDArg, ReconstructWilson::recon[reconI]>::DomainWall4DApplyFusedM5(
cvector_ref<ColorSpinorField> &out, cvector_ref<const ColorSpinorField> &in, cvector_ref<const ColorSpinorField> &x,
const GaugeField &U, cvector_ref<ColorSpinorField> &y, const Complex *b_5, const Complex *c_5, double a, double m_5,
int parity, bool dagger, const int *comm_override, double m_f, Dslash5TypeList<dslash5_type>,
DistanceType<distance_pc>, TimeProfile &profile);
int parity, bool dagger, const int *comm_override, double m_f, DistanceType<distance_pc>, Dslash5TypeList<dslash5_type>,
TimeProfile &profile);

} // namespace quda

0 comments on commit 8ffb905

Please sign in to comment.