From 54a076e7feb16133cc55b2a7e2f0f0bbf8fc88cc Mon Sep 17 00:00:00 2001 From: adrien-matta <a.matta@surrey.ac.uk> Date: Tue, 21 Oct 2014 16:30:19 +0100 Subject: [PATCH] * removing debug cout from AnnularS1 --- NPLib/AnnularS1/TAnnularS1Physics.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/NPLib/AnnularS1/TAnnularS1Physics.cxx b/NPLib/AnnularS1/TAnnularS1Physics.cxx index 2e7bb49a1..cb594334b 100644 --- a/NPLib/AnnularS1/TAnnularS1Physics.cxx +++ b/NPLib/AnnularS1/TAnnularS1Physics.cxx @@ -407,7 +407,6 @@ void TAnnularS1Physics::ReadConfiguration(string Path){ // Take next word ConfigFile >> DataBuffer ; - cout << "xxxxxxxxxxxxxxxxxxx " << DataBuffer << endl; // Comment Line if (DataBuffer.compare(0, 1, "%") == 0) { ConfigFile.ignore ( std::numeric_limits<std::streamsize>::max(), '\n' );} -- GitLab