git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@13909 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -17,7 +17,6 @@
|
||||
#include "update.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -21,9 +21,7 @@ DumpStyle(atom/gz,DumpAtomGZ)
|
||||
#define LMP_DUMP_ATOM_GZ_H
|
||||
|
||||
#include "dump_atom.h"
|
||||
|
||||
// forward definition from zlib.h
|
||||
typedef struct gzFile_s *gzFile;
|
||||
#include <zlib.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
@ -18,7 +18,6 @@
|
||||
#include "update.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
#define UNWRAPEXPAND 10.0
|
||||
|
||||
@ -21,9 +21,7 @@ DumpStyle(cfg/gz,DumpCFGGZ)
|
||||
#define LMP_DUMP_CFG_GZ_H
|
||||
|
||||
#include "dump_cfg.h"
|
||||
|
||||
// forward definition from zlib.h
|
||||
typedef struct gzFile_s *gzFile;
|
||||
#include <zlib.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
#include "update.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -21,9 +21,7 @@ DumpStyle(custom/gz,DumpCustomGZ)
|
||||
#define LMP_DUMP_CUSTOM_GZ_H
|
||||
|
||||
#include "dump_custom.h"
|
||||
|
||||
// forward definition from zlib.h
|
||||
typedef struct gzFile_s *gzFile;
|
||||
#include <zlib.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
@ -17,7 +17,6 @@
|
||||
#include "update.h"
|
||||
|
||||
#include <string.h>
|
||||
#include <zlib.h>
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
|
||||
@ -21,9 +21,7 @@ DumpStyle(xyz/gz,DumpXYZGZ)
|
||||
#define LMP_DUMP_XYZ_GZ_H
|
||||
|
||||
#include "dump_xyz.h"
|
||||
|
||||
// forward definition from zlib.h
|
||||
typedef struct gzFile_s *gzFile;
|
||||
#include <zlib.h>
|
||||
|
||||
namespace LAMMPS_NS {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user