From 78baccbb4231bb84a456702d4f574f8e601a8182 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Thu, 20 Oct 2011 02:20:43 +0200 Subject: really merged fix --- dtrain/dtrain.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dtrain/dtrain.cc') diff --git a/dtrain/dtrain.cc b/dtrain/dtrain.cc index 795c82fd..05c3728d 100644 --- a/dtrain/dtrain.cc +++ b/dtrain/dtrain.cc @@ -349,12 +349,12 @@ main(int argc, char** argv) // DEBUG vector x; lambdas.init_vector(&x); - cout << "[" << ii << "]" << endl; + //cout << "[" << ii << "]" << endl; for (int jj = 0; jj < x.size(); jj++) { - if (x[jj] != 0) - cout << FD::Convert(jj) << " " << x[jj] << endl; + //if (x[jj] != 0) + //cout << FD::Convert(jj) << " " << x[jj] << endl; } - cout << " --- " << endl; + //cout << " --- " << endl; // /DEBUG ++ii; -- cgit v1.2.3