Skip to content

Commit

Permalink
fix clang-format CI
Browse files Browse the repository at this point in the history
Signed-off-by: Basile Fraboni <[email protected]>
  • Loading branch information
bfraboni committed Sep 27, 2024
1 parent 8e70fc1 commit 90a297e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testtex/testtex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ map_env_latlong(const int& x, const int& y, Imath::Vec3<float>& R,
float dphi_dy = float(M_PI) * dv_dy; // dphi_dx = 0

R = Imath::Vec3<float>(fast_sin(phi) * fast_sin(theta), fast_cos(phi),
-fast_sin(phi) * fast_cos(theta));
-fast_sin(phi) * fast_cos(theta));
dRdx = Imath::Vec3<float>(fast_sin(phi) * fast_cos(theta) * dtheta_dx,
float(0.0f),
fast_sin(phi) * fast_sin(theta) * dtheta_dx);
Expand Down

0 comments on commit 90a297e

Please sign in to comment.