We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8892ff commit f37c514Copy full SHA for f37c514
1 file changed
src/libpsc/psc_bnd_fields/psc_bnd_fields_impl.hxx
@@ -230,7 +230,7 @@ struct BndFields_ : BndFieldsBase
230
}
231
232
Int3 edge_start = mflds.ib();
233
- Int3 edge_stop = mflds.im();
+ Int3 edge_stop = mflds.ib() + mflds.im();
234
edge_start[d] = 0;
235
edge_stop[d] = 1;
236
@@ -274,7 +274,7 @@ struct BndFields_ : BndFieldsBase
274
275
276
277
278
edge_start[d] = mflds.grid().ldims[d];
279
edge_stop[d] = mflds.grid().ldims[d] + 1;
280
0 commit comments