Skip to content
Snippets Groups Projects
Commit 83a00607 authored by oliver.kirsebom@dal.ca's avatar oliver.kirsebom@dal.ca
Browse files

remove print

parent 918dee1c
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,6 @@ int main(int argc, char* argv[]) {
double sigmaTot = 0;
for (size_t l=0; l<6; l++) {
double sigma = directCaptureCrossSec(channels[l], final, beamEnergy, excEnergy[i], S[i]);
cout << l << " " << sigma << endl;
sigmaTot += sigma;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment