From 8ffb905794030f008bfeec0af2d80e78208f74b5 Mon Sep 17 00:00:00 2001 From: Ferenc Pittler Date: Thu, 7 Nov 2024 14:17:07 +0100 Subject: [PATCH] typo corrected --- lib/dslash_domain_wall_4d_fused_m5.in.cu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dslash_domain_wall_4d_fused_m5.in.cu b/lib/dslash_domain_wall_4d_fused_m5.in.cu index d91951b216..df99e8f863 100644 --- a/lib/dslash_domain_wall_4d_fused_m5.in.cu +++ b/lib/dslash_domain_wall_4d_fused_m5.in.cu @@ -18,7 +18,7 @@ namespace quda template DomainWall4DApplyFusedM5::DomainWall4DApplyFusedM5( cvector_ref &out, cvector_ref &in, cvector_ref &x, const GaugeField &U, cvector_ref &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, - DistanceType, TimeProfile &profile); + int parity, bool dagger, const int *comm_override, double m_f, DistanceType, Dslash5TypeList, + TimeProfile &profile); } // namespace quda