Skip to content
Snippets Groups Projects
Unverified Commit 9c58834a authored by Axel Kohlmeyer's avatar Axel Kohlmeyer Committed by GitHub
Browse files

Merge pull request #1127 from akohlmey/reax-bonds-typo

fix typo in gzip support for fix reax/bonds
parents e9ed95c2 4bfac61b
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ FixReaxBonds::FixReaxBonds(LAMMPS *lmp, int narg, char **arg) :
if (suffix && strcmp(suffix,".gz") == 0) {
#ifdef LAMMPS_GZIP
char gzip[128];
snprintf(gzip128,,"gzip -6 > %s",arg[4]);
snprintf(gzip,128,"gzip -6 > %s",arg[4]);
#ifdef _WIN32
fp = _popen(gzip,"wb");
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment