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
dd4b8cf3
Commit
dd4b8cf3
authored
May 14, 2020
by
Mark OLESEN
Browse files
BUG: incorrect startLineNumber for primitiveEntry (fixes
#1706
)
parent
90e21679
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/db/dictionary/primitiveEntry/primitiveEntry.C
View file @
dd4b8cf3
...
...
@@ -151,7 +151,7 @@ Foam::label Foam::primitiveEntry::startLineNumber() const
if
(
tokens
.
size
())
{
tokens
.
first
().
lineNumber
();
return
tokens
.
first
().
lineNumber
();
}
return
-
1
;
...
...
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