mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of /home/noisy2/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user