We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40842b6 commit 70f6475Copy full SHA for 70f6475
1 file changed
GPU/TPCFastTransformation/TPCFastSpaceChargeCorrection.h
@@ -495,7 +495,6 @@ GPUdi() std::array<float, 3> TPCFastSpaceChargeCorrection::getCorrectionLocal(in
495
val[2] = 0.f; // TODO: DR: Protect from FPEs, fix upstream and remove once guaranteed that it is fixed
496
}
497
498
-
499
float dx = val[2] * GPUCommonMath::Clamp(dxyz[0], info.minCorr[0], info.maxCorr[0]);
500
float dy = val[2] * GPUCommonMath::Clamp(dxyz[1], info.minCorr[1], info.maxCorr[1]);
501
float dz = val[2] * GPUCommonMath::Clamp(dxyz[2], info.minCorr[2], info.maxCorr[2]);
0 commit comments