Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
linter check
Browse files Browse the repository at this point in the history
  • Loading branch information
YonsiG committed May 21, 2024
1 parent 6be4f7f commit 0f20b8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions SDL/Triplet.h
Original file line number Diff line number Diff line change
Expand Up @@ -377,8 +377,7 @@ namespace SDL {
float alpha_InLo = __H2F(segmentsInGPU.dPhiChanges[innerSegmentIndex]);
float tl_axis_x = mdsInGPU.anchorX[thirdMDIndex] - mdsInGPU.anchorX[firstMDIndex];
float tl_axis_y = mdsInGPU.anchorY[thirdMDIndex] - mdsInGPU.anchorY[firstMDIndex];
betaIn =
alpha_InLo - SDL::phi_mpi_pi(acc, SDL::phi(acc, tl_axis_x, tl_axis_y) - mdsInGPU.anchorPhi[firstMDIndex]);
betaIn = alpha_InLo - SDL::phi_mpi_pi(acc, SDL::phi(acc, tl_axis_x, tl_axis_y) - mdsInGPU.anchorPhi[firstMDIndex]);

//beta computation
float drt_tl_axis = alpaka::math::sqrt(acc, tl_axis_x * tl_axis_x + tl_axis_y * tl_axis_y);
Expand Down

0 comments on commit 0f20b8f

Please sign in to comment.