removed boundary condition update

This commit is contained in:
andy
2009-01-19 19:11:09 +00:00
parent b1dcfe66ec
commit 887ea6e066

View File

@ -53,7 +53,6 @@ void Foam::bound(volScalarField& vsf, const dimensionedScalar& vsf0)
vsf0.value()
);
vsf.correctBoundaryConditions();
vsf.boundaryField() = max(vsf.boundaryField(), vsf0.value());
}
}