Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev

This commit is contained in:
mattijs
2008-06-04 15:16:32 +01:00
2552 changed files with 45 additions and 170537 deletions

View File

@ -251,7 +251,7 @@ Field<Type>::Field
dict
) << "expected keyword 'uniform' or 'nonuniform', "
"assuming deprecated Field format from "
"FoamX version 2.0." << endl;
"Foam version 2.0." << endl;
this->setSize(s);
@ -313,7 +313,7 @@ void Field<Type>::map
label mapI = mapAddressing[i];
if (mapI >= 0)
{
{
f[i] = mapF[mapI];
}
}