update include statement format

This commit is contained in:
Axel Kohlmeyer
2016-10-05 22:34:44 -04:00
parent 02bfa898ee
commit f9f955d5b5
19 changed files with 41 additions and 41 deletions

View File

@ -23,7 +23,7 @@ PairStyle(reax/c/kk/host,PairReaxCKokkos<LMPHostType>)
#ifndef LMP_PAIR_REAXC_KOKKOS_H
#define LMP_PAIR_REAXC_KOKKOS_H
#include "stdio.h"
#include <stdio.h>
#include "pair_kokkos.h"
#include "pair_reax_c.h"
#include "neigh_list_kokkos.h"

View File

@ -15,7 +15,7 @@
Contributing author: James Larentzos (U.S. Army Research Laboratory)
------------------------------------------------------------------------- */
#include "math.h"
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "compute_dpd_atom.h"

View File

@ -26,7 +26,7 @@
#include "error.h"
#include "modify.h"
#include "fix.h"
#include "float.h"
#include <float.h>
using namespace LAMMPS_NS;
using namespace MathConst;

View File

@ -21,7 +21,7 @@
The Journal of Chemical Physics, 2016, 144, 104501.
------------------------------------------------------------------------------------------- */
#include "mpi.h"
#include <mpi.h>
#include <math.h>
#include "math_const.h"
#include <stdlib.h>

View File

@ -21,7 +21,7 @@
The Journal of Chemical Physics, 2016, 144, 104501.
------------------------------------------------------------------------------------------- */
#include "mpi.h"
#include <mpi.h>
#include <math.h>
#include "math_const.h"
#include <stdlib.h>

View File

@ -15,7 +15,7 @@
Contributing author: Paul Crozier (SNL)
------------------------------------------------------------------------- */
#include "mpi.h"
#include <mpi.h>
#include <math.h>
#include <stdlib.h>
#include <string.h>

View File

@ -15,8 +15,8 @@
Contributing author: W. Michael Brown (Intel)
------------------------------------------------------------------------- */
#include "mpi.h"
#include "math.h"
#include <mpi.h>
#include <math.h>
#include "dihedral_charmm_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -15,8 +15,8 @@
Contributing author: W. Michael Brown (Intel)
------------------------------------------------------------------------- */
#include "mpi.h"
#include "math.h"
#include <mpi.h>
#include <math.h>
#include "dihedral_harmonic_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -15,8 +15,8 @@
Contributing author: W. Michael Brown (Intel)
------------------------------------------------------------------------- */
#include "mpi.h"
#include "math.h"
#include <mpi.h>
#include <math.h>
#include "dihedral_opls_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -11,7 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "string.h"
#include <string.h>
#include "fix_npt_intel.h"
#include "modify.h"
#include "error.h"

View File

@ -15,9 +15,9 @@
Contributing author: W. Michael Brown (Intel)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <string.h>
#include "fix_nve_asphere_intel.h"
#include "math_extra_intel.h"
#include "atom.h"

View File

@ -15,10 +15,10 @@
Contributing author: Rodrigo Canales (RWTH Aachen University)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pair_buck_coul_cut_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -15,10 +15,10 @@
Contributing author: Rodrigo Canales (RWTH Aachen University)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pair_buck_coul_long_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -15,7 +15,7 @@
Contributing author: Rodrigo Canales (RWTH Aachen University)
------------------------------------------------------------------------- */
#include "math.h"
#include <math.h>
#include "pair_buck_intel.h"
#include "atom.h"
#include "comm.h"

View File

@ -15,10 +15,10 @@
Contributing author: Markus H<>hnerbach (RWTH)
------------------------------------------------------------------------- */
#include "math.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "pair_tersoff_intel.h"
#include "atom.h"
#include "neighbor.h"

View File

@ -11,9 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "math.h"
#include "string.h"
#include "stdlib.h"
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "atom.h"
#include "update.h"
#include "respa.h"

View File

@ -32,16 +32,16 @@
------------------------------------------------------------------------- */
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "atom.h"
#include "force.h"
#include "update.h"
#include "respa.h"
#include "error.h"
#include "group.h"
#include "math.h"
#include <math.h>
#include "input.h"
#include "variable.h"
#include "citeme.h"

View File

@ -32,16 +32,16 @@
------------------------------------------------------------------------- */
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "atom.h"
#include "force.h"
#include "update.h"
#include "respa.h"
#include "error.h"
#include "group.h"
#include "math.h"
#include <math.h>
#include "input.h"
#include "variable.h"
#include "citeme.h"

View File

@ -11,7 +11,7 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include "string.h"
#include <string.h>
#include "compute_dipole_chunk.h"
#include "atom.h"
#include "update.h"