Minor changes to dump_atom_gz/dump_atom_zstd
This commit is contained in:
@ -11,16 +11,13 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "dump_atom_gz.h"
|
||||
#include "domain.h"
|
||||
#include "dump_atom_gz.h"
|
||||
#include "error.h"
|
||||
#include "file_writer.h"
|
||||
#include "update.h"
|
||||
|
||||
|
||||
#include <cstring>
|
||||
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
DumpAtomGZ::DumpAtomGZ(LAMMPS *lmp, int narg, char **arg) :
|
||||
|
||||
Reference in New Issue
Block a user