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

This commit is contained in:
sjplimp
2015-08-19 15:23:53 +00:00
parent 185e746ccb
commit 56d0caefcb
8 changed files with 4 additions and 16 deletions

View File

@ -17,7 +17,6 @@
#include "update.h"
#include <string.h>
#include <zlib.h>
using namespace LAMMPS_NS;

View File

@ -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 {

View File

@ -18,7 +18,6 @@
#include "update.h"
#include <string.h>
#include <zlib.h>
using namespace LAMMPS_NS;
#define UNWRAPEXPAND 10.0

View File

@ -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 {

View File

@ -17,7 +17,6 @@
#include "update.h"
#include <string.h>
#include <zlib.h>
using namespace LAMMPS_NS;

View File

@ -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 {

View File

@ -17,7 +17,6 @@
#include "update.h"
#include <string.h>
#include <zlib.h>
using namespace LAMMPS_NS;

View File

@ -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 {