Skip to content
Snippets Groups Projects
Commit 2b8af776 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

Merge remote-tracking branch 'origin/master' into develop

parents 591f7dee dd4b8cf3
No related merge requests found
......@@ -259,7 +259,7 @@ Foam::label Foam::primitiveEntry::startLineNumber() const
if (tokens.size())
{
tokens.first().lineNumber();
return tokens.first().lineNumber();
}
return -1;
......
......@@ -55,7 +55,7 @@ Usage
(100.0 1.0)
);
patch
refValue
{
type fixedValue;
value uniform (15 0 0);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment