Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
380e3192
Commit
380e3192
authored
Oct 31, 2008
by
mattijs
Browse files
ulist argument
parent
1fb786eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/containers/Lists/SortableList/SortableList.C
View file @
380e3192
...
...
@@ -32,7 +32,7 @@ License
// Construct from List
template
<
class
Type
>
Foam
::
SortableList
<
Type
>::
SortableList
(
const
List
<
Type
>&
values
)
Foam
::
SortableList
<
Type
>::
SortableList
(
const
U
List
<
Type
>&
values
)
:
List
<
Type
>
(
values
),
indices_
(
values
.
size
())
...
...
src/OpenFOAM/containers/Lists/SortableList/SortableList.H
View file @
380e3192
...
...
@@ -88,7 +88,7 @@ public:
//- Construct from List, sorting the elements.
// Starts with indices set to index in argument
explicit
SortableList
(
const
List
<
Type
>&
);
explicit
SortableList
(
const
U
List
<
Type
>&
);
//- Construct from tranferred List, sorting the elements.
// Starts with indices set to index in argument
...
...
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