diff --git a/AMDiS/doc/Doxyfile b/AMDiS/doc/Doxyfile index 4f43a41b96e5a99c22045619b49f0d7548c7ca5c..5f656580dae60d8239f30d64aace9e9635068569 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 db01bc59718f48797b60d36d16c9ae7d8fd0eab2..4c00469f40cce5ca371232bc7e2b9e63f90ebb87 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 0bb86e0214291aceabf69c6411a9c83211aad563..dd48dfece32bade9ede67737f82342081a86025d 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); }