Merge branch 'develop' of develop.openfoam.com:Development/OpenFOAM-plus into develop

This commit is contained in:
sergio
2016-10-27 08:50:38 -07:00
103 changed files with 102 additions and 241 deletions

View File

@ -512,7 +512,7 @@ bool Foam::functionObjects::streamLineBase::read(const dictionary& dict)
Info<< type() << " " << name() << ":" << nl;
dict.lookup("fields") >> fields_;
dict.lookup("U") >> UName_;
UName_ = dict.lookupOrDefault<word>("U", "U");
if (findIndex(fields_, UName_) == -1)
{