Skip to content
GitLab
Menu
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
57cfe2b5
Commit
57cfe2b5
authored
Jan 11, 2019
by
Mark Olesen
Browse files
BUG: incorrect return type for (GeometricFields) unary reduction
parent
34386291
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricFieldFunctions.C
View file @
57cfe2b5
...
...
@@ -514,7 +514,7 @@ dimensioned<returnType> func \
const GeometricField<Type, PatchField, GeoMesh>& gf \
) \
{ \
return dimensioned<
Type>
\
return dimensioned<
returnType>
\
( \
#func "(" + gf.name() + ')', \
gf.dimensions(), \
...
...
@@ -555,7 +555,7 @@ dimensioned<returnType> func \
const GeometricField<Type, PatchField, GeoMesh>& gf \
) \
{ \
return dimensioned<
Type>
\
return dimensioned<
returnType>
\
( \
#func "(" + gf.name() + ')', \
gf.dimensions(), \
...
...
Write
Preview
Supports
Markdown
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