Merge pull request #1208 from barfowl/far_unrefine_maxlevel_bug

Fixed Far::TopologyRefiner::GetMaxLevel() after call to Unrefine()
This commit is contained in:
David G Yu 2021-01-26 14:41:40 -08:00 committed by GitHub
commit 62ddd17bcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -118,6 +118,7 @@ TopologyRefiner::Unrefine() {
delete _refinements[i];
}
_refinements.clear();
_maxLevel = 0;
assembleFarLevels();
}