From 21ac09ad9c9c7fe7ea668996251e9e77f18e898b Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 18 Nov 2014 00:17:02 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12715 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/GPU/pair_born_coul_long_gpu.cpp | 1 - src/GPU/pair_born_coul_wolf_gpu.cpp | 1 - src/GPU/pair_born_gpu.cpp | 1 - src/GPU/pair_colloid_gpu.cpp | 1 - src/GPU/pair_coul_debye_gpu.cpp | 1 - src/GPU/pair_gauss_gpu.cpp | 1 - src/GPU/pair_lj_cut_coul_debye_gpu.cpp | 1 - src/GPU/pair_lj_cut_coul_msm_gpu.cpp | 1 - src/GPU/pair_lj_cut_dipole_cut_gpu.cpp | 1 - src/GPU/pair_lj_gromacs_gpu.cpp | 1 - src/GPU/pair_lj_sf_dipole_sf_gpu.cpp | 1 - src/GPU/pair_mie_cut_gpu.cpp | 1 - src/GPU/pair_soft_gpu.cpp | 1 - src/GPU/pair_yukawa_colloid_gpu.cpp | 1 - src/GPU/pppm_gpu.cpp | 1 - src/KSPACE/msm.cpp | 1 - src/KSPACE/msm_cg.cpp | 1 - src/KSPACE/pppm.cpp | 1 - src/KSPACE/pppm_cg.cpp | 1 - src/KSPACE/pppm_disp.cpp | 1 - src/KSPACE/pppm_stagger.cpp | 1 - src/REPLICA/neb.cpp | 1 - src/REPLICA/prd.cpp | 1 - src/REPLICA/tad.cpp | 1 - src/USER-CUDA/pppm_old.cpp | 1 - src/USER-MISC/dihedral_cosine_shift_exp.cpp | 1 - src/USER-MISC/dihedral_fourier.cpp | 1 - src/USER-MISC/dihedral_nharmonic.cpp | 1 - src/USER-MISC/dihedral_quadratic.cpp | 1 - src/USER-MISC/improper_cossq.cpp | 1 - src/USER-MISC/improper_ring.cpp | 1 - src/USER-OMP/dihedral_charmm_omp.cpp | 1 - src/USER-OMP/fix_qeq_comb_omp.cpp | 1 - src/USER-OMP/msm_cg_omp.cpp | 1 - src/USER-REAXC/fix_reaxc_bonds.cpp | 1 - src/USER-REAXC/fix_reaxc_species.cpp | 1 - 36 files changed, 36 deletions(-) diff --git a/src/GPU/pair_born_coul_long_gpu.cpp b/src/GPU/pair_born_coul_long_gpu.cpp index cd82daa5ec..b774665e97 100644 --- a/src/GPU/pair_born_coul_long_gpu.cpp +++ b/src/GPU/pair_born_coul_long_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_born_coul_wolf_gpu.cpp b/src/GPU/pair_born_coul_wolf_gpu.cpp index 1d1214b087..05debf4ef7 100644 --- a/src/GPU/pair_born_coul_wolf_gpu.cpp +++ b/src/GPU/pair_born_coul_wolf_gpu.cpp @@ -15,7 +15,6 @@ Contributing authors: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_born_gpu.cpp b/src/GPU/pair_born_gpu.cpp index 19b28007e4..4b33535334 100644 --- a/src/GPU/pair_born_gpu.cpp +++ b/src/GPU/pair_born_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_colloid_gpu.cpp b/src/GPU/pair_colloid_gpu.cpp index 23c0604be0..77dbdb344b 100644 --- a/src/GPU/pair_colloid_gpu.cpp +++ b/src/GPU/pair_colloid_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_coul_debye_gpu.cpp b/src/GPU/pair_coul_debye_gpu.cpp index f4c7956366..e4aa503dca 100644 --- a/src/GPU/pair_coul_debye_gpu.cpp +++ b/src/GPU/pair_coul_debye_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ndtrung@umich.edu) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_gauss_gpu.cpp b/src/GPU/pair_gauss_gpu.cpp index 1fe5664423..2065c927fd 100644 --- a/src/GPU/pair_gauss_gpu.cpp +++ b/src/GPU/pair_gauss_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_coul_debye_gpu.cpp b/src/GPU/pair_lj_cut_coul_debye_gpu.cpp index c765101ce5..e5e6f087db 100644 --- a/src/GPU/pair_lj_cut_coul_debye_gpu.cpp +++ b/src/GPU/pair_lj_cut_coul_debye_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_coul_msm_gpu.cpp b/src/GPU/pair_lj_cut_coul_msm_gpu.cpp index ed307ea0e7..4918d1eee3 100644 --- a/src/GPU/pair_lj_cut_coul_msm_gpu.cpp +++ b/src/GPU/pair_lj_cut_coul_msm_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp b/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp index 7ab81c433a..351873e4e7 100755 --- a/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp +++ b/src/GPU/pair_lj_cut_dipole_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_gromacs_gpu.cpp b/src/GPU/pair_lj_gromacs_gpu.cpp index bb68208a94..1b0a52a4cc 100644 --- a/src/GPU/pair_lj_gromacs_gpu.cpp +++ b/src/GPU/pair_lj_gromacs_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp b/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp index 6d4ae143c8..c5db426651 100755 --- a/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp +++ b/src/GPU/pair_lj_sf_dipole_sf_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_mie_cut_gpu.cpp b/src/GPU/pair_mie_cut_gpu.cpp index 86fd692e47..1b0be6cbfb 100644 --- a/src/GPU/pair_mie_cut_gpu.cpp +++ b/src/GPU/pair_mie_cut_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_soft_gpu.cpp b/src/GPU/pair_soft_gpu.cpp index 14751febf9..71729cf3d2 100644 --- a/src/GPU/pair_soft_gpu.cpp +++ b/src/GPU/pair_soft_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pair_yukawa_colloid_gpu.cpp b/src/GPU/pair_yukawa_colloid_gpu.cpp index 9530102f80..7c1d8dd55b 100644 --- a/src/GPU/pair_yukawa_colloid_gpu.cpp +++ b/src/GPU/pair_yukawa_colloid_gpu.cpp @@ -15,7 +15,6 @@ Contributing author: Trung Dac Nguyen (ORNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/GPU/pppm_gpu.cpp b/src/GPU/pppm_gpu.cpp index d85af78649..ef79325845 100644 --- a/src/GPU/pppm_gpu.cpp +++ b/src/GPU/pppm_gpu.cpp @@ -15,7 +15,6 @@ Contributing authors: Mike Brown (ORNL), Axel Kohlmeyer (Temple) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/KSPACE/msm.cpp b/src/KSPACE/msm.cpp index 2e752c7a2f..1f97100285 100644 --- a/src/KSPACE/msm.cpp +++ b/src/KSPACE/msm.cpp @@ -15,7 +15,6 @@ Contributing authors: Paul Crozier, Stan Moore, Stephen Bond, (all SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/KSPACE/msm_cg.cpp b/src/KSPACE/msm_cg.cpp index 7a743cc2dc..7c1c0fc448 100644 --- a/src/KSPACE/msm_cg.cpp +++ b/src/KSPACE/msm_cg.cpp @@ -15,7 +15,6 @@ Contributing authors: Paul Crozier, Stan Moore, Stephen Bond, (all SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdio.h" diff --git a/src/KSPACE/pppm.cpp b/src/KSPACE/pppm.cpp index d6305d3a52..7a941d841c 100644 --- a/src/KSPACE/pppm.cpp +++ b/src/KSPACE/pppm.cpp @@ -18,7 +18,6 @@ triclinic added by Stan Moore (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/KSPACE/pppm_cg.cpp b/src/KSPACE/pppm_cg.cpp index e457685802..79cf7afe83 100644 --- a/src/KSPACE/pppm_cg.cpp +++ b/src/KSPACE/pppm_cg.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/KSPACE/pppm_disp.cpp b/src/KSPACE/pppm_disp.cpp index b79f682ef9..d177cf7d94 100755 --- a/src/KSPACE/pppm_disp.cpp +++ b/src/KSPACE/pppm_disp.cpp @@ -16,7 +16,6 @@ Paul Crozier (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/KSPACE/pppm_stagger.cpp b/src/KSPACE/pppm_stagger.cpp index 34a06c0cd2..8ba10efd19 100755 --- a/src/KSPACE/pppm_stagger.cpp +++ b/src/KSPACE/pppm_stagger.cpp @@ -15,7 +15,6 @@ Contributing author: Stan Moore (Sandia) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/REPLICA/neb.cpp b/src/REPLICA/neb.cpp index 4a6649d1b6..17612caae7 100644 --- a/src/REPLICA/neb.cpp +++ b/src/REPLICA/neb.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/REPLICA/prd.cpp b/src/REPLICA/prd.cpp index c2f08d3335..950e806aec 100644 --- a/src/REPLICA/prd.cpp +++ b/src/REPLICA/prd.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/REPLICA/tad.cpp b/src/REPLICA/tad.cpp index 8b5b7ab861..eccb8a9499 100644 --- a/src/REPLICA/tad.cpp +++ b/src/REPLICA/tad.cpp @@ -15,7 +15,6 @@ Contributing author: Aidan Thompson (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/USER-CUDA/pppm_old.cpp b/src/USER-CUDA/pppm_old.cpp index 80ee9c97ae..26bbf09505 100755 --- a/src/USER-CUDA/pppm_old.cpp +++ b/src/USER-CUDA/pppm_old.cpp @@ -16,7 +16,6 @@ per-atom energy/virial & group/group energy/force added by Stan Moore (BYU) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "string.h" #include "stdio.h" diff --git a/src/USER-MISC/dihedral_cosine_shift_exp.cpp b/src/USER-MISC/dihedral_cosine_shift_exp.cpp index 90034330ee..8ce119d40a 100644 --- a/src/USER-MISC/dihedral_cosine_shift_exp.cpp +++ b/src/USER-MISC/dihedral_cosine_shift_exp.cpp @@ -15,7 +15,6 @@ Contributing author: Carsten Svaneborg, science@zqex.dk ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/USER-MISC/dihedral_fourier.cpp b/src/USER-MISC/dihedral_fourier.cpp index 4a9bb6a1a9..3656a43e26 100644 --- a/src/USER-MISC/dihedral_fourier.cpp +++ b/src/USER-MISC/dihedral_fourier.cpp @@ -16,7 +16,6 @@ [ based on dihedral_charmm.cpp Paul Crozier (SNL) ] ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/USER-MISC/dihedral_nharmonic.cpp b/src/USER-MISC/dihedral_nharmonic.cpp index 6370b85739..5789f88402 100644 --- a/src/USER-MISC/dihedral_nharmonic.cpp +++ b/src/USER-MISC/dihedral_nharmonic.cpp @@ -16,7 +16,6 @@ [ based on dihedral_multi_harmonic.cpp Mathias Puetz (SNL) and friends ] ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "dihedral_nharmonic.h" diff --git a/src/USER-MISC/dihedral_quadratic.cpp b/src/USER-MISC/dihedral_quadratic.cpp index fdd0137ee9..40e1d7f3c3 100644 --- a/src/USER-MISC/dihedral_quadratic.cpp +++ b/src/USER-MISC/dihedral_quadratic.cpp @@ -16,7 +16,6 @@ [ based on dihedral_helix.cpp Paul Crozier (SNL) ] ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "dihedral_quadratic.h" diff --git a/src/USER-MISC/improper_cossq.cpp b/src/USER-MISC/improper_cossq.cpp index e286277b60..8eabd57d61 100644 --- a/src/USER-MISC/improper_cossq.cpp +++ b/src/USER-MISC/improper_cossq.cpp @@ -16,7 +16,6 @@ gvog@chemeng.ntua.gr ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/USER-MISC/improper_ring.cpp b/src/USER-MISC/improper_ring.cpp index ce011c7cad..2d6f510446 100644 --- a/src/USER-MISC/improper_ring.cpp +++ b/src/USER-MISC/improper_ring.cpp @@ -36,7 +36,6 @@ of j. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdlib.h" diff --git a/src/USER-OMP/dihedral_charmm_omp.cpp b/src/USER-OMP/dihedral_charmm_omp.cpp index b9a6df2760..50ddf5cbbc 100644 --- a/src/USER-OMP/dihedral_charmm_omp.cpp +++ b/src/USER-OMP/dihedral_charmm_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "dihedral_charmm_omp.h" diff --git a/src/USER-OMP/fix_qeq_comb_omp.cpp b/src/USER-OMP/fix_qeq_comb_omp.cpp index e5de887cd3..09a0f598af 100644 --- a/src/USER-OMP/fix_qeq_comb_omp.cpp +++ b/src/USER-OMP/fix_qeq_comb_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "fix_qeq_comb_omp.h" diff --git a/src/USER-OMP/msm_cg_omp.cpp b/src/USER-OMP/msm_cg_omp.cpp index 72bdd2f958..340f736ff6 100644 --- a/src/USER-OMP/msm_cg_omp.cpp +++ b/src/USER-OMP/msm_cg_omp.cpp @@ -16,7 +16,6 @@ Original MSM class by: Paul Crozier, Stan Moore, Stephen Bond, (all SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "mpi.h" #include "math.h" #include "stdio.h" diff --git a/src/USER-REAXC/fix_reaxc_bonds.cpp b/src/USER-REAXC/fix_reaxc_bonds.cpp index e62bcc13a6..bcad0ee582 100644 --- a/src/USER-REAXC/fix_reaxc_bonds.cpp +++ b/src/USER-REAXC/fix_reaxc_bonds.cpp @@ -15,7 +15,6 @@ Contributing author: Ray Shan (Sandia, tnshan@sandia.gov) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_atom.h" diff --git a/src/USER-REAXC/fix_reaxc_species.cpp b/src/USER-REAXC/fix_reaxc_species.cpp index 2cf0c7ae91..d8c4f2300e 100644 --- a/src/USER-REAXC/fix_reaxc_species.cpp +++ b/src/USER-REAXC/fix_reaxc_species.cpp @@ -16,7 +16,6 @@ Oleg Sergeev (VNIIA, sergeev@vniia.ru) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "math.h" #include "atom.h"