mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
using .xfer() method instead of xferMoveTo<...> in a few places
This commit is contained in:
@ -120,10 +120,6 @@ class surfaceIntersection
|
||||
Ostream&
|
||||
);
|
||||
|
||||
//- Transfer contents of DynamicList to straight List
|
||||
template<class T>
|
||||
static void transfer(DynamicList<T>&, List<T>&);
|
||||
|
||||
//- Transfer contents of List<DynamicList<..> > to List<List<..>>
|
||||
template<class T>
|
||||
static void transfer(List<DynamicList<T> >&, List<List<T> >&);
|
||||
|
||||
Reference in New Issue
Block a user