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
Branches
Tags
No related merge requests found
......@@ -176,10 +176,11 @@ makeBoundary
new SlicedPatchField<Type>
(
p,
DimensionedField<Type, GeoMesh>::null(),
bField[patchi]
DimensionedField<Type, GeoMesh>::null()
)
);
bf[patchi].UList<Type>::shallowCopy(bField[patchi]);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment