You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fprintf(stderr, "RBS cross section is %g mb/sr (%s)\n", cs_rbs/C_MB_SR, jibal_cs_rbs_name(jibal->config));
378
+
fprintf(stderr, "RBS cross section is %g mb/sr (%s). Ratio to Rutherford: %.5lf\n", cs_rbs/C_MB_SR, jibal_cs_rbs_name(jibal->config), cs_rbs/cs_rbs_rutherford);
0 commit comments