Skip to content

Commit f60aaae

Browse files
committed
addstart and end of ray prints
1 parent ed0576f commit f60aaae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lyceanem/src/raycasting_accelerated.cuh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -471,10 +471,10 @@ __global__ void raycast_tiles(float3 *source, float3 *end, float4 *ray, int sour
471471
DDA(source, end, ray,ray_index,i,binned_triangles,tri_vertex,tri_num_in_bin,num_bins,end_num,flag,x_top_bottom,y_range,z_range);
472472

473473
if(ray_index[i].x != -1){
474-
printf("ray %f i start ===========")
474+
printf("ray %f i start ===========");
475475
complex_float3 ray_field = em_wave(alpha_beta, ray[i],points[ray_index[i].x],points[ray_index[i].y],wave_length);
476476
scattering_network[i] = ray_field;
477-
477+
478478
// printf("ray_filed (%f + %fi), (%f+ %fi), (%f + %fi)\n",scattering_network[i].x.x,scattering_network[i].x.y,scattering_network[i].y.x,scattering_network[i].y.y,scattering_network[i].z.x,scattering_network[i].z.y);
479479
}
480480
}

0 commit comments

Comments
 (0)