mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: limiting to 80 chars
This commit is contained in:
@ -368,7 +368,11 @@ public:
|
|||||||
|
|
||||||
//- Find and return a sub-dictionary as a copy, or
|
//- Find and return a sub-dictionary as a copy, or
|
||||||
// return an empty dictionary if the sub-dictionary does not exist
|
// return an empty dictionary if the sub-dictionary does not exist
|
||||||
dictionary subOrEmptyDict(const word&, const bool mustRead = false) const;
|
dictionary subOrEmptyDict
|
||||||
|
(
|
||||||
|
const word&,
|
||||||
|
const bool mustRead = false
|
||||||
|
) const;
|
||||||
|
|
||||||
//- Return the table of contents
|
//- Return the table of contents
|
||||||
wordList toc() const;
|
wordList toc() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user