From 515625cd71c2cd65abbcdfdf4a8535e76124632b Mon Sep 17 00:00:00 2001 From: Daniele Date: Thu, 26 Oct 2023 09:15:06 +0200 Subject: [PATCH] Correction in the type template of rationalSwitchParameters --- src/cudaCoord/Coordination.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cudaCoord/Coordination.cu b/src/cudaCoord/Coordination.cu index 50e24fcad3..7b0515fb8d 100644 --- a/src/cudaCoord/Coordination.cu +++ b/src/cudaCoord/Coordination.cu @@ -110,7 +110,7 @@ twice faster # since it runs on half of the pairs. PRINT ARG=c1,c2 STRIDE=10 // these constant will be used within the kernels template struct rationalSwitchParameters { - calculateFloat dmaxSQ = std::numeric_limits::max(); + calculateFloat dmaxSQ = std::numeric_limits::max(); calculateFloat invr0_2 = 1.0; // r0=1 calculateFloat stretch = 1.0; calculateFloat shift = 0.0;