mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: writeEntry instead of writeKeyword + END
This commit is contained in:
@ -602,8 +602,7 @@ void Foam::PatchFunction1Types::MappedFile<Type>::writeData
|
||||
// bc)
|
||||
if (dictConstructed_)
|
||||
{
|
||||
os.writeKeyword(this->name()) << type();
|
||||
os << token::END_STATEMENT << nl;
|
||||
os.writeEntry(this->name(), type());
|
||||
|
||||
os.writeEntryIfDifferent
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user