BUG: Added missing functions

This commit is contained in:
andy 2012-12-17 14:33:52 +00:00
parent fc06d5c56c
commit 1d3aaec814

View File

@ -266,4 +266,12 @@ bool Foam::codedFunctionObject::read(const dictionary& dict)
}
void Foam::codedFunctionObject::updateMesh(const mapPolyMesh&)
{}
void Foam::codedFunctionObject::movePoints(const polyMesh&)
{}
// ************************************************************************* //