Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
25d6f29e
Commit
25d6f29e
authored
Sep 17, 2009
by
mattijs
Browse files
read using number() instead of scalarToken()
parent
ed789388
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/genericPatchFields/genericFvPatchField/genericFvPatchField.C
View file @
25d6f29e
...
...
@@ -367,7 +367,7 @@ Foam::genericFvPatchField<Type>::genericFvPatchField
new
scalarField
(
this
->
size
(),
fieldToken
.
scalarToken
()
fieldToken
.
number
()
)
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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