Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
57a443a1
Commit
57a443a1
authored
Nov 16, 2010
by
mattijs
Browse files
STYLE: functionObjectList : indentation
parent
13b458eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/functionObjects/functionObjectList/functionObjectList.C
View file @
57a443a1
...
...
@@ -198,7 +198,13 @@ bool Foam::functionObjectList::read()
}
// Update existing and add new functionObjects
const
entry
*
entryPtr
=
parentDict_
.
lookupEntryPtr
(
"functions"
,
false
,
false
);
const
entry
*
entryPtr
=
parentDict_
.
lookupEntryPtr
(
"functions"
,
false
,
false
);
if
(
entryPtr
)
{
PtrList
<
functionObject
>
newPtrs
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment