Bugfix: boundary condition update

This commit is contained in:
Hrvoje Jasak 2018-03-16 20:45:18 +00:00
parent 06b5b787b8
commit f77f4991e6

View file

@ -133,7 +133,7 @@ BasicSymmetryPointPatchField
:
ValuePointPatchField<PatchField, Mesh, PointPatch, MatrixType, Type>(p, iF)
{
updateBoundaryField();
// Cannot update boundary: internal field not set. HJ, 28/Feb/2018
}
@ -178,7 +178,7 @@ BasicSymmetryPointPatchField
ValuePointPatchField
<PatchField, Mesh, PointPatch, MatrixType, Type>(ptf, iF)
{
updateBoundaryField();
// Cannot update boundary: internal field not set. HJ, 28/Feb/2018
}