Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
425a0885
Commit
425a0885
authored
Jan 19, 2012
by
Thomas Witkowski
Browse files
And some small change on last commit.
parent
1a043288
Changes
1
Show whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemStat.cc
View file @
425a0885
...
@@ -90,6 +90,8 @@ namespace AMDiS {
...
@@ -90,6 +90,8 @@ namespace AMDiS {
componentNames
[
i
]
=
"solution["
+
lexical_cast
<
string
>
(
i
)
+
"]"
;
componentNames
[
i
]
=
"solution["
+
lexical_cast
<
string
>
(
i
)
+
"]"
;
Parameters
::
get
(
name
+
"->name"
,
componentNames
);
Parameters
::
get
(
name
+
"->name"
,
componentNames
);
componentNames
.
resize
(
nComponents
);
for
(
int
i
=
0
;
i
<
nComponents
;
i
++
)
for
(
int
i
=
0
;
i
<
nComponents
;
i
++
)
Parameters
::
get
(
name
+
"->name["
+
lexical_cast
<
string
>
(
i
)
+
"]"
,
Parameters
::
get
(
name
+
"->name["
+
lexical_cast
<
string
>
(
i
)
+
"]"
,
componentNames
[
i
]);
componentNames
[
i
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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