From 659c1ed416772922a2bdfe2a913362a35600023d Mon Sep 17 00:00:00 2001 From: Oliver Gloth Date: Wed, 16 Dec 2009 14:31:42 +0100 Subject: [PATCH] added more info to output --- src/gridsmoother.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gridsmoother.cpp b/src/gridsmoother.cpp index ceef62e..868a923 100644 --- a/src/gridsmoother.cpp +++ b/src/gridsmoother.cpp @@ -634,8 +634,9 @@ void GridSmoother::operateOptimisation() cout << N1 << " type 1 movements (simple)" << endl; cout << N2 << " type 2 movements (Newton)" << endl; cout << N3 << " type 3 movements (gradient)" << endl; + cout << N4 << " type 4 movements (gradient)" << endl; //cout << N_blocked << " movements blocked" << endl; - cout << m_NumSearched << " movements by search" << endl; + cout << m_NumSearched << " type 5 movements (search)" << endl; //cout << N_illegal << " nodes in illegal positions" << endl; cout << start.secsTo(QTime::currentTime()) << " seconds elapsed" << endl; -- 2.11.4.GIT