We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32ce7ad commit 014ccf2Copy full SHA for 014ccf2
mcstas-comps/union/Union_master.comp
@@ -1445,7 +1445,7 @@ TRACE
1445
printf("name of material: %s \n",Volumes[current_volume]->name);
1446
printf("length to boundery = %f\n",length_to_boundary);
1447
printf("absorption cross section = %f\n",Volumes[current_volume]->p_physics->my_a);
1448
- printf("chance to get through this length of absorber: %f \%\n", 100*exp(-Volumes[current_volume]->p_physics->my_a*length_to_boundary));
+ printf("chance to get through this length of absorber: %f %%\n", 100*exp(-Volumes[current_volume]->p_physics->my_a*length_to_boundary));
1449
#endif
1450
}
1451
} else {
0 commit comments