Skip to content
Snippets Groups Projects
Commit 497b1680 authored by Anna Maria CORSI SPhN's avatar Anna Maria CORSI SPhN
Browse files

Removed cout in TExogamPhysics

parent 585fda00
No related branches found
No related tags found
No related merge requests found
...@@ -399,7 +399,7 @@ double TExogamPhysics::DopplerCorrection(double E, double Theta) ...@@ -399,7 +399,7 @@ double TExogamPhysics::DopplerCorrection(double E, double Theta)
double Pi = 3.141592654 ; double Pi = 3.141592654 ;
TString filename = "configs/beta.txt"; TString filename = "configs/beta.txt";
ifstream file; ifstream file;
cout << filename << endl; //cout << filename << endl;
file.open(filename); file.open(filename);
if(!file) cout << filename << " was not opened" << endl; if(!file) cout << filename << " was not opened" << endl;
......
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