Skip to content

Commit 7dd7664

Browse files
dschwoererZedThree
andcommitted
Ensure consistency
Co-authored-by: Peter Hill <peter.hill@york.ac.uk>
1 parent 0513875 commit 7dd7664

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/field/field3d.cxx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,8 @@ void Field3D::splitParallelSlices() {
144144
// ParallelTransform, so we don't need a full constructor
145145
yup_fields.emplace_back(fieldmesh);
146146
ydown_fields.emplace_back(fieldmesh);
147-
if (isFci()) {
148-
yup_fields[i].setRegion(fmt::format("RGN_YPAR_{:+d}", i + 1));
149-
ydown_fields[i].setRegion(fmt::format("RGN_YPAR_{:+d}", -i - 1));
150-
}
151147
}
148+
resetRegionParallel();
152149
}
153150

154151
void Field3D::clearParallelSlices() {

0 commit comments

Comments
 (0)