From a1096e84f993b62da655b882f92f266ecc225588 Mon Sep 17 00:00:00 2001
From: Rainer Backofen <rainer.backofen@tu-dresden.de>
Date: Tue, 17 Jun 2008 10:55:34 +0000
Subject: [PATCH] minor changes for info output in OEMSolver

---
 AMDiS/doc/Doxyfile     | 2 +-
 AMDiS/libtool          | 6 +++---
 AMDiS/src/OEMSolver.hh | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/AMDiS/doc/Doxyfile b/AMDiS/doc/Doxyfile
index 4f43a41b..5f656580 100644
--- a/AMDiS/doc/Doxyfile
+++ b/AMDiS/doc/Doxyfile
@@ -52,7 +52,7 @@ WARN_LOGFILE           =
 # configuration options related to the input files
 #---------------------------------------------------------------------------
 INPUT                  = ../src/
-FILE_PATTERNS          = *.h
+FILE_PATTERNS          = *.h *.hh *.cc
 RECURSIVE              = NO
 EXCLUDE                = 
 EXCLUDE_PATTERNS       = 
diff --git a/AMDiS/libtool b/AMDiS/libtool
index db01bc59..4c00469f 100755
--- a/AMDiS/libtool
+++ b/AMDiS/libtool
@@ -44,7 +44,7 @@ available_tags=" CXX F77"
 
 # ### BEGIN LIBTOOL CONFIG
 
-# Libtool was configured on host NWRW15:
+# Libtool was configured on host NWRW09:
 
 # Shell to use when invoking shell scripts.
 SHELL="/bin/sh"
@@ -7266,7 +7266,7 @@ disable_libs=static
 # End:
 # ### BEGIN LIBTOOL TAG CONFIG: CXX
 
-# Libtool was configured on host NWRW15:
+# Libtool was configured on host NWRW09:
 
 # Shell to use when invoking shell scripts.
 SHELL="/bin/sh"
@@ -7574,7 +7574,7 @@ include_expsyms=""
 
 # ### BEGIN LIBTOOL TAG CONFIG: F77
 
-# Libtool was configured on host NWRW15:
+# Libtool was configured on host NWRW09:
 
 # Shell to use when invoking shell scripts.
 SHELL="/bin/sh"
diff --git a/AMDiS/src/OEMSolver.hh b/AMDiS/src/OEMSolver.hh
index 0bb86e02..dd48dfec 100644
--- a/AMDiS/src/OEMSolver.hh
+++ b/AMDiS/src/OEMSolver.hh
@@ -96,7 +96,7 @@ namespace AMDiS {
     }
 
     if (res <= tolerance) {
-	INFO(info,6)("finished successfully with %d iterations\n");
+      INFO(info,6)("finished successfully with %d iterations\n",iter);
 	return(1);
     }
 
-- 
GitLab