Make Zstd support optional

This commit is contained in:
Richard Berger
2020-08-31 18:21:58 -04:00
parent 3865de8705
commit 0925fc822d
12 changed files with 42 additions and 2 deletions

View File

@ -15,6 +15,8 @@
Contributing author: Richard Berger (Temple U)
------------------------------------------------------------------------- */
#ifdef LAMMPS_ZSTD
#include "dump_local_zstd.h"
#include "domain.h"
#include "error.h"
@ -189,3 +191,5 @@ int DumpLocalZstd::modify_param(int narg, char **arg)
}
return consumed;
}
#endif