cosmetic
This commit is contained in:
@ -16,23 +16,24 @@
|
|||||||
Contributing author: Pierre de Buyl (KU Leuven)
|
Contributing author: Pierre de Buyl (KU Leuven)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include <cmath>
|
|
||||||
#include <cstdio>
|
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
#include <climits>
|
|
||||||
#include "ch5md.h"
|
|
||||||
#include "dump_h5md.h"
|
#include "dump_h5md.h"
|
||||||
#include "domain.h"
|
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "update.h"
|
#include "domain.h"
|
||||||
#include "group.h"
|
|
||||||
#include "output.h"
|
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "force.h"
|
#include "force.h"
|
||||||
|
#include "group.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
|
#include "output.h"
|
||||||
|
#include "update.h"
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
|
#include "ch5md.h"
|
||||||
|
|
||||||
|
#include <climits>
|
||||||
|
#include <cmath>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
#define MYMIN(a,b) ((a) < (b) ? (a) : (b))
|
#define MYMIN(a,b) ((a) < (b) ? (a) : (b))
|
||||||
|
|||||||
@ -16,17 +16,18 @@
|
|||||||
Contributing author: Paul Coffman (IBM)
|
Contributing author: Paul Coffman (IBM)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "omp_compat.h"
|
|
||||||
#include "dump_xyz_mpiio.h"
|
#include "dump_xyz_mpiio.h"
|
||||||
#include <cmath>
|
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
#include "domain.h"
|
|
||||||
#include "update.h"
|
|
||||||
#include "compute.h"
|
#include "compute.h"
|
||||||
#include "memory.h"
|
#include "domain.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
#include "memory.h"
|
||||||
|
#include "update.h"
|
||||||
|
|
||||||
|
#include <cmath>
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
|
#include "omp_compat.h"
|
||||||
#if defined(_OPENMP)
|
#if defined(_OPENMP)
|
||||||
#include <omp.h>
|
#include <omp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -13,13 +13,15 @@
|
|||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "dump_atom.h"
|
#include "dump_atom.h"
|
||||||
#include <cstring>
|
|
||||||
#include "domain.h"
|
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "memory.h"
|
#include "domain.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
#include "memory.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
#define ONELINE 256
|
#define ONELINE 256
|
||||||
|
|||||||
@ -13,12 +13,14 @@
|
|||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "dump_xyz.h"
|
#include "dump_xyz.h"
|
||||||
#include <cstring>
|
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "memory.h"
|
#include "memory.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
||||||
|
#include <cstring>
|
||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
|
|
||||||
#define ONELINE 128
|
#define ONELINE 128
|
||||||
|
|||||||
Reference in New Issue
Block a user