ulist argument

This commit is contained in:
mattijs
2008-10-31 18:04:26 +00:00
parent 1fb786eb6a
commit 380e3192c5
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ License
// Construct from List
template <class Type>
Foam::SortableList<Type>::SortableList(const List<Type>& values)
Foam::SortableList<Type>::SortableList(const UList<Type>& values)
:
List<Type>(values),
indices_(values.size())

View File

@ -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 UList<Type>&);
//- Construct from tranferred List, sorting the elements.
// Starts with indices set to index in argument