mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated code comments
This commit is contained in:
@ -197,12 +197,12 @@ void Foam::Peclet::execute()
|
|||||||
|
|
||||||
void Foam::Peclet::end()
|
void Foam::Peclet::end()
|
||||||
{
|
{
|
||||||
// Do nothing - only valid on write
|
// Do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
void Foam::Peclet::timeSet()
|
void Foam::Peclet::timeSet()
|
||||||
{
|
{
|
||||||
// Do nothing - only valid on write
|
// Do nothing
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user