Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
a1096e84
Commit
a1096e84
authored
Jun 17, 2008
by
Backofen, Rainer
Browse files
minor changes for info output in OEMSolver
parent
fe9d0386
Changes
3
Hide whitespace changes
Inline
Side-by-side
AMDiS/doc/Doxyfile
View file @
a1096e84
...
...
@@ -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 =
...
...
AMDiS/libtool
View file @
a1096e84
...
...
@@ -44,7 +44,7 @@ available_tags=" CXX F77"
# ### BEGIN LIBTOOL CONFIG
# Libtool was configured on host NWRW
15
:
# Libtool was configured on host NWRW
09
:
# 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 NWRW
15
:
# Libtool was configured on host NWRW
09
:
# 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 NWRW
15
:
# Libtool was configured on host NWRW
09
:
# Shell to use when invoking shell scripts.
SHELL
=
"/bin/sh"
...
...
AMDiS/src/OEMSolver.hh
View file @
a1096e84
...
...
@@ -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
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment