Sorting is not required for balancing

This commit is contained in:
Stan Gerald Moore
2022-01-24 16:22:55 -07:00
parent cb9ba8c0a3
commit 67af170929
3 changed files with 8 additions and 15 deletions

View File

@ -223,9 +223,6 @@ void Dump::init()
ids = idsort = nullptr;
index = proclist = nullptr;
irregular = nullptr;
if (balance_flag)
error->all(FLERR,"Cannot balance dump output without sorting enabled");
}
if (sort_flag) {