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

BUG: SlicedGeometricField, slices into field instead of shallow copy (#3080)

- regression introduced by e98acdc4

  Affected versions: (v2206, v2212, v2306, v2312)
parent 62524b14
No related merge requests found
...@@ -176,10 +176,11 @@ makeBoundary ...@@ -176,10 +176,11 @@ makeBoundary
new SlicedPatchField<Type> new SlicedPatchField<Type>
( (
p, p,
DimensionedField<Type, GeoMesh>::null(), DimensionedField<Type, GeoMesh>::null()
bField[patchi]
) )
); );
bf[patchi].UList<Type>::shallowCopy(bField[patchi]);
} }
} }
......
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