Skip to content

Commit

Permalink
delete printf in files
Browse files Browse the repository at this point in the history
  • Loading branch information
A-006 committed May 26, 2024
1 parent 7056269 commit 7ccc51f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,6 @@ void cal_stress_add(frc_strs_iat& f_s_iat,
{
for (int index = 0; index < cuda_block; index++)
{
// printf("the stress is %f\n",stress[i]);
stress[i] += f_s_iat.stress_host[i * cuda_block + index];
}
}
Expand Down

0 comments on commit 7ccc51f

Please sign in to comment.