using .xfer() method instead of xferMoveTo<...> in a few places

This commit is contained in:
Mark Olesen
2009-01-11 00:35:40 +01:00
parent 95dcb6ded7
commit c826865f92
21 changed files with 84 additions and 86 deletions

View File

@ -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> >&);