Revert "ENH: updates to Xfer after commit 49331bf9176d17"

This reverts commit 4530a47356.
This commit is contained in:
andy
2010-11-24 10:55:23 +00:00
parent fc3dd68a6d
commit 82114f674d
4 changed files with 3 additions and 13 deletions

View File

@ -83,7 +83,7 @@ PtrList<List<Type> > readFields
{
Info<< " reading field " << obj.name() << endl;
IOField<Type> newField(obj);
values.set(fieldI++, new List<Type>(newField.xferList()));
values.set(fieldI++, new List<Type>(newField.xfer()));
break;
}
}