update include statement format
This commit is contained in:
@ -23,7 +23,7 @@ PairStyle(reax/c/kk/host,PairReaxCKokkos<LMPHostType>)
|
|||||||
#ifndef LMP_PAIR_REAXC_KOKKOS_H
|
#ifndef LMP_PAIR_REAXC_KOKKOS_H
|
||||||
#define LMP_PAIR_REAXC_KOKKOS_H
|
#define LMP_PAIR_REAXC_KOKKOS_H
|
||||||
|
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "pair_kokkos.h"
|
#include "pair_kokkos.h"
|
||||||
#include "pair_reax_c.h"
|
#include "pair_reax_c.h"
|
||||||
#include "neigh_list_kokkos.h"
|
#include "neigh_list_kokkos.h"
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
Contributing author: James Larentzos (U.S. Army Research Laboratory)
|
Contributing author: James Larentzos (U.S. Army Research Laboratory)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "compute_dpd_atom.h"
|
#include "compute_dpd_atom.h"
|
||||||
|
|||||||
@ -26,7 +26,7 @@
|
|||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "modify.h"
|
#include "modify.h"
|
||||||
#include "fix.h"
|
#include "fix.h"
|
||||||
#include "float.h"
|
#include <float.h>
|
||||||
|
|
||||||
using namespace LAMMPS_NS;
|
using namespace LAMMPS_NS;
|
||||||
using namespace MathConst;
|
using namespace MathConst;
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
The Journal of Chemical Physics, 2016, 144, 104501.
|
The Journal of Chemical Physics, 2016, 144, 104501.
|
||||||
------------------------------------------------------------------------------------------- */
|
------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "math_const.h"
|
#include "math_const.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -21,7 +21,7 @@
|
|||||||
The Journal of Chemical Physics, 2016, 144, 104501.
|
The Journal of Chemical Physics, 2016, 144, 104501.
|
||||||
------------------------------------------------------------------------------------------- */
|
------------------------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include "math_const.h"
|
#include "math_const.h"
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
Contributing author: Paul Crozier (SNL)
|
Contributing author: Paul Crozier (SNL)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|||||||
@ -15,8 +15,8 @@
|
|||||||
Contributing author: W. Michael Brown (Intel)
|
Contributing author: W. Michael Brown (Intel)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "dihedral_charmm_intel.h"
|
#include "dihedral_charmm_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -15,8 +15,8 @@
|
|||||||
Contributing author: W. Michael Brown (Intel)
|
Contributing author: W. Michael Brown (Intel)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "dihedral_harmonic_intel.h"
|
#include "dihedral_harmonic_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -15,8 +15,8 @@
|
|||||||
Contributing author: W. Michael Brown (Intel)
|
Contributing author: W. Michael Brown (Intel)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "mpi.h"
|
#include <mpi.h>
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "dihedral_opls_intel.h"
|
#include "dihedral_opls_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "fix_npt_intel.h"
|
#include "fix_npt_intel.h"
|
||||||
#include "modify.h"
|
#include "modify.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
|
|||||||
@ -15,9 +15,9 @@
|
|||||||
Contributing author: W. Michael Brown (Intel)
|
Contributing author: W. Michael Brown (Intel)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "fix_nve_asphere_intel.h"
|
#include "fix_nve_asphere_intel.h"
|
||||||
#include "math_extra_intel.h"
|
#include "math_extra_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
|
|||||||
@ -15,10 +15,10 @@
|
|||||||
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "pair_buck_coul_cut_intel.h"
|
#include "pair_buck_coul_cut_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -15,10 +15,10 @@
|
|||||||
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "pair_buck_coul_long_intel.h"
|
#include "pair_buck_coul_long_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -15,7 +15,7 @@
|
|||||||
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
Contributing author: Rodrigo Canales (RWTH Aachen University)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "pair_buck_intel.h"
|
#include "pair_buck_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "comm.h"
|
#include "comm.h"
|
||||||
|
|||||||
@ -15,10 +15,10 @@
|
|||||||
Contributing author: Markus H<>hnerbach (RWTH)
|
Contributing author: Markus H<>hnerbach (RWTH)
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "pair_tersoff_intel.h"
|
#include "pair_tersoff_intel.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "neighbor.h"
|
#include "neighbor.h"
|
||||||
|
|||||||
@ -11,9 +11,9 @@
|
|||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "respa.h"
|
#include "respa.h"
|
||||||
|
|||||||
@ -32,16 +32,16 @@
|
|||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "force.h"
|
#include "force.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "respa.h"
|
#include "respa.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "group.h"
|
#include "group.h"
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
#include "citeme.h"
|
#include "citeme.h"
|
||||||
|
|||||||
@ -32,16 +32,16 @@
|
|||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
|
|
||||||
#include "stdio.h"
|
#include <stdio.h>
|
||||||
#include "stdlib.h"
|
#include <stdlib.h>
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "force.h"
|
#include "force.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
#include "respa.h"
|
#include "respa.h"
|
||||||
#include "error.h"
|
#include "error.h"
|
||||||
#include "group.h"
|
#include "group.h"
|
||||||
#include "math.h"
|
#include <math.h>
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
#include "variable.h"
|
#include "variable.h"
|
||||||
#include "citeme.h"
|
#include "citeme.h"
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
See the README file in the top-level LAMMPS directory.
|
See the README file in the top-level LAMMPS directory.
|
||||||
------------------------------------------------------------------------- */
|
------------------------------------------------------------------------- */
|
||||||
|
|
||||||
#include "string.h"
|
#include <string.h>
|
||||||
#include "compute_dipole_chunk.h"
|
#include "compute_dipole_chunk.h"
|
||||||
#include "atom.h"
|
#include "atom.h"
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user