git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1386 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2008-01-17 23:46:47 +00:00
parent d5514c3194
commit f953536132
17 changed files with 19 additions and 19 deletions

View File

@ -285,7 +285,7 @@ void Dump::openfile()
if (me == 0 || multiproc) {
if (compressed) {
#ifdef GZIP
#ifdef LAMMPS_GZIP
char gzip[128];
sprintf(gzip,"gzip -6 > %s",filecurrent);
fp = popen(gzip,"w");