From 801828a05c41883c77b34b07b69f94f02d02bf8f Mon Sep 17 00:00:00 2001 From: mattijs Date: Fri, 22 Feb 2013 17:12:01 +0000 Subject: [PATCH] ENH:UList: read into UList --- src/OpenFOAM/containers/Lists/UList/UList.H | 11 +- src/OpenFOAM/containers/Lists/UList/UListIO.C | 154 +++++++++++++++++- 2 files changed, 163 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/containers/Lists/UList/UList.H b/src/OpenFOAM/containers/Lists/UList/UList.H index 06ef4cbb61..92557d3d35 100644 --- a/src/OpenFOAM/containers/Lists/UList/UList.H +++ b/src/OpenFOAM/containers/Lists/UList/UList.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -58,6 +58,7 @@ template class SubList; // Forward declaration of friend functions and operators template class UList; template Ostream& operator<<(Ostream&, const UList&); +template Istream& operator>>(Istream&, UList&); typedef UList