Commit e6b4b9cb authored by Andrey Filippov's avatar Andrey Filippov

adding comments

parent f72160f5
This diff is collapsed.
...@@ -131,7 +131,6 @@ extern "C" __global__ void calc_rot_deriv( ...@@ -131,7 +131,6 @@ extern "C" __global__ void calc_rot_deriv(
struct corr_vector * gpu_correction_vector, struct corr_vector * gpu_correction_vector,
trot_deriv * gpu_rot_deriv) trot_deriv * gpu_rot_deriv)
{ {
// __shared__ float zoom;
__shared__ float sincos [4][2]; // {az,tilt,roll, d_az, d_tilt, d_roll, d_az}{cos,sin} __shared__ float sincos [4][2]; // {az,tilt,roll, d_az, d_tilt, d_roll, d_az}{cos,sin}
__shared__ float matrices[5 + 7 +4][3][3]; __shared__ float matrices[5 + 7 +4][3][3];
float angle; float angle;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment