boundaryField() -> boundaryFieldRef()

This commit is contained in:
Henry Weller
2016-04-23 23:37:53 +01:00
parent 89397e8076
commit 77cad08dfa
10 changed files with 37 additions and 31 deletions

View File

@ -87,7 +87,7 @@ int main(int argc, char *argv[])
);
cc.internalField() = mesh.C().internalField();
cc.boundaryField().updateCoeffs();
cc.boundaryFieldRef().updateCoeffs();
forAll(cc.boundaryField(), patchI)
{