mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: TimeIO: indenting
This commit is contained in:
@ -85,8 +85,8 @@ void Foam::Time::readDict()
|
|||||||
{
|
{
|
||||||
if
|
if
|
||||||
(
|
(
|
||||||
secondaryWriteControl_
|
secondaryWriteControl_ == wcTimeStep
|
||||||
== wcTimeStep && label(secondaryWriteInterval_) < 1
|
&& label(secondaryWriteInterval_) < 1
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
FatalIOErrorIn("Time::readDict()", controlDict_)
|
FatalIOErrorIn("Time::readDict()", controlDict_)
|
||||||
|
|||||||
Reference in New Issue
Block a user