Skip to content

Commit a358c6a

Browse files
committed
psc_bnd_fields_impl: assert 0 -> todo
so it "works" in debug mode
1 parent 4d96f74 commit a358c6a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/libpsc/psc_bnd_fields/psc_bnd_fields_impl.hxx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,8 @@ struct BndFields_ : BndFieldsBase
500500
const int* ldims = mflds.grid().ldims;
501501
Int3 ib = mflds.ib(), im = mflds.im();
502502

503-
assert(0);
503+
// TODO
504+
// assert(0);
504505
#if 0
505506

506507
if (d == 1) {
@@ -582,7 +583,8 @@ struct BndFields_ : BndFieldsBase
582583
const int* ldims = mflds.grid().ldims;
583584
Int3 ib = mflds.ib(), im = mflds.im();
584585

585-
assert(0);
586+
// TODO
587+
// assert(0);
586588
#if 0
587589
if (d == 1) {
588590
int my _mrc_unused = ldims[1];

0 commit comments

Comments
 (0)