mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: remove trailing space, shell quoting
- emit "constant " and "uniform " as separate word/space combination
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
\\ / A nd | www.openfoam.com
|
||||
\\/ M anipulation |
|
||||
-------------------------------------------------------------------------------
|
||||
Copyright (C) 2018-2019 OpenCFD Ltd.
|
||||
Copyright (C) 2018-2020 OpenCFD Ltd.
|
||||
-------------------------------------------------------------------------------
|
||||
License
|
||||
This file is part of OpenFOAM.
|
||||
@ -259,7 +259,7 @@ void Foam::PatchFunction1Types::ConstantField<Type>::writeData
|
||||
if (isUniform_)
|
||||
{
|
||||
os.writeKeyword(this->name_)
|
||||
<< "constant " << uniformValue_
|
||||
<< word("constant") << token::SPACE << uniformValue_
|
||||
<< token::END_STATEMENT << nl;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user