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;