mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: fix documented stopAt control name for externalFileCoupler
This commit is contained in:
@ -243,13 +243,13 @@ public:
|
||||
// content which corresponds to particular return values:
|
||||
// - \c status=done
|
||||
// \return Foam::Time::saEndTime
|
||||
// - \c action=noWriteNow
|
||||
// \return Foam::Time::saNoWriteNow
|
||||
// - \c action=writeNow
|
||||
// \return Foam::Time::saWriteNow
|
||||
// - \c action=nextWrite
|
||||
// \return Foam::Time::saNextWrite
|
||||
// - \c action=noNextWrite
|
||||
// \return Foam::Time::saNoNextWrite
|
||||
// - Anything else (empty file, no action= or status=, etc)
|
||||
// - Anything else (empty file, no action= or status=, etc)
|
||||
// \return Foam::Time::saUnknown
|
||||
enum Time::stopAtControls waitForSlave() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user