This commit is contained in:
Axel Kohlmeyer
2022-05-13 03:00:31 -04:00
parent 58093fec99
commit 35dd5bc978

View File

@ -142,8 +142,8 @@ Dump::Dump(LAMMPS *lmp, int /*narg*/, char **arg) : Pointers(lmp)
if (strchr(filename,'*')) multifile = 1;
if ((utils::strmatch(filename, "\\.bin$")
|| (utils::strmatch(filename, "\\.lammpsbin$"))) binary = 1;
if (utils::strmatch(filename, "\\.bin$")
|| utils::strmatch(filename, "\\.lammpsbin$")) binary = 1;
if (platform::has_compress_extension(filename)) compressed = 1;
}