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

BUG: incorrect return type for dimensioned unary reduction

parent fff70c1b
No related branches found
No related tags found
No related merge requests found
...@@ -309,7 +309,7 @@ dimensioned<returnType> func \ ...@@ -309,7 +309,7 @@ dimensioned<returnType> func \
const DimensionedField<Type, GeoMesh>& df \ const DimensionedField<Type, GeoMesh>& df \
) \ ) \
{ \ { \
return dimensioned<Type> \ return dimensioned<returnType> \
( \ ( \
#func "(" + df.name() + ')', \ #func "(" + df.name() + ')', \
df.dimensions(), \ df.dimensions(), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment