Skip to content
Snippets Groups Projects
Commit 54a076e7 authored by adrien-matta's avatar adrien-matta
Browse files

* removing debug cout from AnnularS1

parent 35d7bb7f
No related branches found
No related tags found
No related merge requests found
...@@ -407,7 +407,6 @@ void TAnnularS1Physics::ReadConfiguration(string Path){ ...@@ -407,7 +407,6 @@ void TAnnularS1Physics::ReadConfiguration(string Path){
// Take next word // Take next word
ConfigFile >> DataBuffer ; ConfigFile >> DataBuffer ;
cout << "xxxxxxxxxxxxxxxxxxx " << DataBuffer << endl;
// Comment Line // Comment Line
if (DataBuffer.compare(0, 1, "%") == 0) { ConfigFile.ignore ( std::numeric_limits<std::streamsize>::max(), '\n' );} if (DataBuffer.compare(0, 1, "%") == 0) { ConfigFile.ignore ( std::numeric_limits<std::streamsize>::max(), '\n' );}
......
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