We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e7a8 commit 76fa6c9Copy full SHA for 76fa6c9
base/SAMRAI/SAMRAI/source/SAMRAI/pdat/OuternodeData.C
@@ -193,7 +193,7 @@ OuternodeData<TYPE>::operator () (
193
TBOX_ASSERT_OBJDIM_EQUALITY2(*this, i);
194
TBOX_ASSERT((depth >= 0) && (depth < d_depth));
195
196
- for (int d = getDim() - 1; d >= 0; --d) {
+ for (int d = getDim().getValue() - 1; d >= 0; --d) {
197
if (i[d] == d_data[d][0]->getBox().lower()[d]) {
198
return (*(d_data[d][0]))(i, depth);
199
}
0 commit comments