Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
e0bc0d8a
Commit
e0bc0d8a
authored
Sep 27, 2012
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
And fixed again for gcc-4.6
parent
084a4722
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
AMDiS/src/Initfile.h
AMDiS/src/Initfile.h
+9
-0
No files found.
AMDiS/src/Initfile.h
View file @
e0bc0d8a
...
...
@@ -206,6 +206,15 @@ namespace AMDiS {
convert
(
temp_vec
,
valStr
);
}
template
<
typename
T
>
inline
void
convert
(
const
std
::
string
valStr
,
WorldVector
<
T
>&
c
);
template
<
typename
T
>
inline
void
convert
(
const
std
::
string
valStr
,
std
::
list
<
T
>&
value
);
template
<
typename
T
>
inline
void
convert
(
const
std
::
string
valStr
,
std
::
vector
<
T
>&
value
);
/** parse an container from tag tag. The Container must have the properties:
* - type value_type
* - member function push_back
...
...
Write
Preview
Markdown
is supported
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