put back overly eager deleted code that is used without -DNDEBUG
This commit is contained in:
@ -2121,7 +2121,7 @@ namespace ATC {
|
|||||||
vector<vector<int> > procEltLists = tree_->getElemIDs(depth);
|
vector<vector<int> > procEltLists = tree_->getElemIDs(depth);
|
||||||
|
|
||||||
// Make sure the KD tree is behaving as expected.
|
// Make sure the KD tree is behaving as expected.
|
||||||
assert(numEltLists >= nProcs);
|
assert(procEltLists.size() >= nProcs);
|
||||||
|
|
||||||
// If the KD-tree was not able to return enough divisions,
|
// If the KD-tree was not able to return enough divisions,
|
||||||
// duplicate the largest list.
|
// duplicate the largest list.
|
||||||
|
|||||||
Reference in New Issue
Block a user