mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Added missing functions
This commit is contained in:
@ -266,4 +266,12 @@ bool Foam::codedFunctionObject::read(const dictionary& dict)
|
||||
}
|
||||
|
||||
|
||||
void Foam::codedFunctionObject::updateMesh(const mapPolyMesh&)
|
||||
{}
|
||||
|
||||
|
||||
void Foam::codedFunctionObject::movePoints(const polyMesh&)
|
||||
{}
|
||||
|
||||
|
||||
// ************************************************************************* //
|
||||
|
||||
Reference in New Issue
Block a user