Unverified Commit e7cb2f4c authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

put back overly eager deleted code that is used without -DNDEBUG

parent b4b071ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2121,7 +2121,7 @@ namespace ATC {
    vector<vector<int> > procEltLists = tree_->getElemIDs(depth);
    
    // 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,
    // duplicate the largest list.