Skip to content

Commit

Permalink
Correcting SYCL error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahesh Natarajan committed Oct 15, 2024
1 parent 6ba7b7e commit da4ec8d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ compute_source_terms_Fn_Ft (const Real rad,
Real twist = interpolate_1d(bld_rad_loc, bld_twist, rad, n_bld_sections);
Real c = interpolate_1d(bld_rad_loc, bld_chord, rad, n_bld_sections);

printf("The avg_vel, rpm, pitch are %0.15g %0.15g %0.15g\n", avg_vel, rpm, pitch);

// Iteration procedure

Real s = 0.5*c*B/(PI*rad);
Expand Down

0 comments on commit da4ec8d

Please sign in to comment.