mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: incorrect return type for dimensioned unary reduction
This commit is contained in:
@ -309,7 +309,7 @@ dimensioned<returnType> func \
|
||||
const DimensionedField<Type, GeoMesh>& df \
|
||||
) \
|
||||
{ \
|
||||
return dimensioned<Type> \
|
||||
return dimensioned<returnType> \
|
||||
( \
|
||||
#func "(" + df.name() + ')', \
|
||||
df.dimensions(), \
|
||||
|
||||
Reference in New Issue
Block a user