port colname changes to MPIIO package

This commit is contained in:
Axel Kohlmeyer
2022-04-01 14:57:41 -04:00
parent ce67cb0ca1
commit fb9316701b
4 changed files with 30 additions and 5 deletions

View File

@ -275,7 +275,7 @@ void DumpCustom::init_style()
++icol;
}
columns = utils::strdup(combined);
// format = copy of default or user-specified line format
delete[] format;