From 3450c008aa00de0e2326ae79357e6b4fa30e6aa8 Mon Sep 17 00:00:00 2001 From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa> Date: Tue, 28 Feb 2012 17:29:18 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7850 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/DIPOLE/atom_vec_dipole.cpp | 1 - src/MOLECULE/atom_vec_bond.cpp | 1 - src/MOLECULE/atom_vec_full.cpp | 1 - src/MOLECULE/dihedral_helix.cpp | 2 +- src/MOLECULE/dihedral_opls.cpp | 1 - src/USER-MISC/dihedral_table.cpp | 1 - src/USER-OMP/angle_charmm_omp.cpp | 1 - src/USER-OMP/angle_class2_omp.cpp | 1 - src/USER-OMP/angle_cosine_delta_omp.cpp | 1 - src/USER-OMP/angle_cosine_omp.cpp | 1 - src/USER-OMP/angle_cosine_periodic_omp.cpp | 1 - src/USER-OMP/angle_cosine_shift_exp_omp.cpp | 1 - src/USER-OMP/angle_cosine_shift_omp.cpp | 1 - src/USER-OMP/angle_cosine_squared_omp.cpp | 1 - src/USER-OMP/angle_dipole_omp.cpp | 1 - src/USER-OMP/angle_harmonic_omp.cpp | 1 - src/USER-OMP/angle_sdk_omp.cpp | 1 - src/USER-OMP/angle_table_omp.cpp | 1 - src/USER-OMP/dihedral_harmonic_omp.cpp | 2 -- src/USER-OMP/dihedral_helix_omp.cpp | 2 -- src/USER-OMP/dihedral_multi_harmonic_omp.cpp | 2 -- src/USER-OMP/dihedral_opls_omp.cpp | 2 -- src/USER-OMP/dihedral_table_omp.cpp | 2 -- src/USER-OMP/fix_qeq_comb_omp.cpp | 2 +- src/XTC/dump_xtc.cpp | 1 - src/atom_vec_atomic.cpp | 1 - src/atom_vec_charge.cpp | 1 - src/atom_vec_ellipsoid.cpp | 1 - src/atom_vec_hybrid.cpp | 1 - src/atom_vec_line.cpp | 1 - src/atom_vec_sphere.cpp | 1 - src/atom_vec_tri.cpp | 1 - src/comm.cpp | 2 +- src/compute.cpp | 2 +- src/compute_reduce.cpp | 1 - src/create_atoms.cpp | 1 - src/delete_atoms.cpp | 1 - src/dump_dcd.cpp | 1 - src/fix_ave_atom.cpp | 1 - src/fix_ave_correlate.cpp | 1 - src/fix_ave_histo.cpp | 1 - src/fix_ave_spatial.cpp | 1 - src/fix_ave_time.cpp | 1 - src/force.cpp | 1 - src/integrate.cpp | 1 - src/memory.cpp | 1 - src/min.cpp | 1 - src/minimize.cpp | 1 - src/modify.cpp | 1 - src/neigh_bond.cpp | 1 - src/neigh_list.cpp | 1 - src/replicate.cpp | 1 - src/run.cpp | 1 - src/update.cpp | 1 - 54 files changed, 4 insertions(+), 59 deletions(-) diff --git a/src/DIPOLE/atom_vec_dipole.cpp b/src/DIPOLE/atom_vec_dipole.cpp index e0b58c5487..86d0119eaa 100644 --- a/src/DIPOLE/atom_vec_dipole.cpp +++ b/src/DIPOLE/atom_vec_dipole.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "atom_vec_dipole.h" diff --git a/src/MOLECULE/atom_vec_bond.cpp b/src/MOLECULE/atom_vec_bond.cpp index 700eb275a0..8fd65ab1e8 100644 --- a/src/MOLECULE/atom_vec_bond.cpp +++ b/src/MOLECULE/atom_vec_bond.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "atom_vec_bond.h" #include "atom.h" diff --git a/src/MOLECULE/atom_vec_full.cpp b/src/MOLECULE/atom_vec_full.cpp index 5a14488fdb..793237b447 100644 --- a/src/MOLECULE/atom_vec_full.cpp +++ b/src/MOLECULE/atom_vec_full.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "stdlib.h" #include "atom_vec_full.h" #include "atom.h" diff --git a/src/MOLECULE/dihedral_helix.cpp b/src/MOLECULE/dihedral_helix.cpp index ee93d2a08d..8079de6f06 100644 --- a/src/MOLECULE/dihedral_helix.cpp +++ b/src/MOLECULE/dihedral_helix.cpp @@ -17,9 +17,9 @@ ------------------------------------------------------------------------- */ #include "lmptype.h" +#include "mpi.h" #include "math.h" #include "stdlib.h" -#include "mpi.h" #include "dihedral_helix.h" #include "atom.h" #include "neighbor.h" diff --git a/src/MOLECULE/dihedral_opls.cpp b/src/MOLECULE/dihedral_opls.cpp index 4f4fd75882..e60585deab 100644 --- a/src/MOLECULE/dihedral_opls.cpp +++ b/src/MOLECULE/dihedral_opls.cpp @@ -15,7 +15,6 @@ Contributing author: Mark Stevens (SNL) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "dihedral_opls.h" diff --git a/src/USER-MISC/dihedral_table.cpp b/src/USER-MISC/dihedral_table.cpp index 64f8a5f743..3bc0b4d29c 100644 --- a/src/USER-MISC/dihedral_table.cpp +++ b/src/USER-MISC/dihedral_table.cpp @@ -27,7 +27,6 @@ #include <cassert> using namespace std; -#include "lmptype.h" #include "atom.h" #include "comm.h" #include "neighbor.h" diff --git a/src/USER-OMP/angle_charmm_omp.cpp b/src/USER-OMP/angle_charmm_omp.cpp index 989bb08ef9..6a53a7d0ba 100644 --- a/src/USER-OMP/angle_charmm_omp.cpp +++ b/src/USER-OMP/angle_charmm_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_charmm_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_class2_omp.cpp b/src/USER-OMP/angle_class2_omp.cpp index eb2cde294a..dbd87139af 100644 --- a/src/USER-OMP/angle_class2_omp.cpp +++ b/src/USER-OMP/angle_class2_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_class2_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_delta_omp.cpp b/src/USER-OMP/angle_cosine_delta_omp.cpp index bcd4d56bf4..f37a6d452e 100644 --- a/src/USER-OMP/angle_cosine_delta_omp.cpp +++ b/src/USER-OMP/angle_cosine_delta_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_delta_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_omp.cpp b/src/USER-OMP/angle_cosine_omp.cpp index e35fa5489a..f0c4bc7234 100644 --- a/src/USER-OMP/angle_cosine_omp.cpp +++ b/src/USER-OMP/angle_cosine_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_periodic_omp.cpp b/src/USER-OMP/angle_cosine_periodic_omp.cpp index d7578cac9f..66c09dcebd 100644 --- a/src/USER-OMP/angle_cosine_periodic_omp.cpp +++ b/src/USER-OMP/angle_cosine_periodic_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_periodic_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_shift_exp_omp.cpp b/src/USER-OMP/angle_cosine_shift_exp_omp.cpp index 3959678c94..1e5648c760 100644 --- a/src/USER-OMP/angle_cosine_shift_exp_omp.cpp +++ b/src/USER-OMP/angle_cosine_shift_exp_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_shift_exp_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_shift_omp.cpp b/src/USER-OMP/angle_cosine_shift_omp.cpp index 5cb3e793a3..45da085a56 100644 --- a/src/USER-OMP/angle_cosine_shift_omp.cpp +++ b/src/USER-OMP/angle_cosine_shift_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_shift_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_cosine_squared_omp.cpp b/src/USER-OMP/angle_cosine_squared_omp.cpp index 8c39d08959..f95d703a7f 100644 --- a/src/USER-OMP/angle_cosine_squared_omp.cpp +++ b/src/USER-OMP/angle_cosine_squared_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_cosine_squared_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_dipole_omp.cpp b/src/USER-OMP/angle_dipole_omp.cpp index 8f5765897e..91cb198e6d 100644 --- a/src/USER-OMP/angle_dipole_omp.cpp +++ b/src/USER-OMP/angle_dipole_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_dipole_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_harmonic_omp.cpp b/src/USER-OMP/angle_harmonic_omp.cpp index 46f4654e33..f6384ff2cc 100644 --- a/src/USER-OMP/angle_harmonic_omp.cpp +++ b/src/USER-OMP/angle_harmonic_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_harmonic_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/angle_sdk_omp.cpp b/src/USER-OMP/angle_sdk_omp.cpp index 3b6c1fee7a..41ac2bb557 100644 --- a/src/USER-OMP/angle_sdk_omp.cpp +++ b/src/USER-OMP/angle_sdk_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_sdk_omp.h" #include "atom.h" #include "neighbor.h" diff --git a/src/USER-OMP/angle_table_omp.cpp b/src/USER-OMP/angle_table_omp.cpp index ef37c00433..c35836b72d 100644 --- a/src/USER-OMP/angle_table_omp.cpp +++ b/src/USER-OMP/angle_table_omp.cpp @@ -15,7 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "angle_table_omp.h" #include "atom.h" #include "comm.h" diff --git a/src/USER-OMP/dihedral_harmonic_omp.cpp b/src/USER-OMP/dihedral_harmonic_omp.cpp index cdad9b6ab8..25e6b548ce 100644 --- a/src/USER-OMP/dihedral_harmonic_omp.cpp +++ b/src/USER-OMP/dihedral_harmonic_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_harmonic_omp.h" #include "atom.h" diff --git a/src/USER-OMP/dihedral_helix_omp.cpp b/src/USER-OMP/dihedral_helix_omp.cpp index b9b61982f9..ae4e705399 100644 --- a/src/USER-OMP/dihedral_helix_omp.cpp +++ b/src/USER-OMP/dihedral_helix_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_helix_omp.h" #include "atom.h" diff --git a/src/USER-OMP/dihedral_multi_harmonic_omp.cpp b/src/USER-OMP/dihedral_multi_harmonic_omp.cpp index 822ddb7965..bd4dccd18e 100644 --- a/src/USER-OMP/dihedral_multi_harmonic_omp.cpp +++ b/src/USER-OMP/dihedral_multi_harmonic_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_multi_harmonic_omp.h" #include "atom.h" diff --git a/src/USER-OMP/dihedral_opls_omp.cpp b/src/USER-OMP/dihedral_opls_omp.cpp index 6e46575f3b..20684b3e00 100644 --- a/src/USER-OMP/dihedral_opls_omp.cpp +++ b/src/USER-OMP/dihedral_opls_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_opls_omp.h" #include "atom.h" diff --git a/src/USER-OMP/dihedral_table_omp.cpp b/src/USER-OMP/dihedral_table_omp.cpp index 5e4e66981b..2b7b5ae6e0 100644 --- a/src/USER-OMP/dihedral_table_omp.cpp +++ b/src/USER-OMP/dihedral_table_omp.cpp @@ -15,8 +15,6 @@ Contributing author: Axel Kohlmeyer (Temple U) ------------------------------------------------------------------------- */ -#include "lmptype.h" -#include "mpi.h" #include "math.h" #include "dihedral_table_omp.h" #include "atom.h" diff --git a/src/USER-OMP/fix_qeq_comb_omp.cpp b/src/USER-OMP/fix_qeq_comb_omp.cpp index 4f975bc7d8..d283e6793b 100644 --- a/src/USER-OMP/fix_qeq_comb_omp.cpp +++ b/src/USER-OMP/fix_qeq_comb_omp.cpp @@ -17,7 +17,7 @@ #include "lmptype.h" #include "mpi.h" -#include <math.h> +#include "math.h" #include "fix_qeq_comb_omp.h" #include "atom.h" #include "force.h" diff --git a/src/XTC/dump_xtc.cpp b/src/XTC/dump_xtc.cpp index 12d3719dad..e60f5e0670 100644 --- a/src/XTC/dump_xtc.cpp +++ b/src/XTC/dump_xtc.cpp @@ -22,7 +22,6 @@ support for groups ------------------------------------------------------------------------- */ -#include "lmptype.h" #include "math.h" #include "stdio.h" #include "stdlib.h" diff --git a/src/atom_vec_atomic.cpp b/src/atom_vec_atomic.cpp index c1cf5b64a4..61f8681dde 100644 --- a/src/atom_vec_atomic.cpp +++ b/src/atom_vec_atomic.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "atom_vec_atomic.h" #include "atom.h" diff --git a/src/atom_vec_charge.cpp b/src/atom_vec_charge.cpp index fb61208fb7..41a8f12282 100644 --- a/src/atom_vec_charge.cpp +++ b/src/atom_vec_charge.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "atom_vec_charge.h" #include "atom.h" diff --git a/src/atom_vec_ellipsoid.cpp b/src/atom_vec_ellipsoid.cpp index 66ca54dfc6..ceaab905d7 100755 --- a/src/atom_vec_ellipsoid.cpp +++ b/src/atom_vec_ellipsoid.cpp @@ -15,7 +15,6 @@ Contributing author: Mike Brown (SNL) ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "atom_vec_ellipsoid.h" #include "math_extra.h" diff --git a/src/atom_vec_hybrid.cpp b/src/atom_vec_hybrid.cpp index 42e66cde71..2f0f51699d 100644 --- a/src/atom_vec_hybrid.cpp +++ b/src/atom_vec_hybrid.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "atom_vec_hybrid.h" diff --git a/src/atom_vec_line.cpp b/src/atom_vec_line.cpp index 71370f7d6a..550f2b3249 100644 --- a/src/atom_vec_line.cpp +++ b/src/atom_vec_line.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/atom_vec_sphere.cpp b/src/atom_vec_sphere.cpp index ff4dbce8f4..5630fa6bac 100644 --- a/src/atom_vec_sphere.cpp +++ b/src/atom_vec_sphere.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/atom_vec_tri.cpp b/src/atom_vec_tri.cpp index c5275e4d2e..0ad878a308 100644 --- a/src/atom_vec_tri.cpp +++ b/src/atom_vec_tri.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/comm.cpp b/src/comm.cpp index b9a94d612c..49ba0cad71 100644 --- a/src/comm.cpp +++ b/src/comm.cpp @@ -15,7 +15,7 @@ Contributing author (triclinic) : Pieter in 't Veld (SNL) ------------------------------------------------------------------------- */ -//#include "lmptype.h" +#include "lmptype.h" #include "mpi.h" #include "math.h" #include "string.h" diff --git a/src/compute.cpp b/src/compute.cpp index 594131ccff..b33fe7595e 100644 --- a/src/compute.cpp +++ b/src/compute.cpp @@ -11,7 +11,7 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" +#include "lmptype.h" #include "mpi.h" #include "stdlib.h" #include "string.h" diff --git a/src/compute_reduce.cpp b/src/compute_reduce.cpp index ac2271ccb7..816e551f98 100644 --- a/src/compute_reduce.cpp +++ b/src/compute_reduce.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "string.h" #include "stdlib.h" #include "compute_reduce.h" diff --git a/src/create_atoms.cpp b/src/create_atoms.cpp index fad4a7f65e..cc73e4f85d 100644 --- a/src/create_atoms.cpp +++ b/src/create_atoms.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/delete_atoms.cpp b/src/delete_atoms.cpp index 1b2c87b2ab..48a4fa6894 100644 --- a/src/delete_atoms.cpp +++ b/src/delete_atoms.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "delete_atoms.h" diff --git a/src/dump_dcd.cpp b/src/dump_dcd.cpp index 699be9faa8..65338b9300 100644 --- a/src/dump_dcd.cpp +++ b/src/dump_dcd.cpp @@ -16,7 +16,6 @@ Axel Kohlmeyer (Temple U), support for groups ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "inttypes.h" #include "stdio.h" diff --git a/src/fix_ave_atom.cpp b/src/fix_ave_atom.cpp index 29ae10491e..66622684bc 100644 --- a/src/fix_ave_atom.cpp +++ b/src/fix_ave_atom.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_atom.h" diff --git a/src/fix_ave_correlate.cpp b/src/fix_ave_correlate.cpp index be14f53ea8..390ce63f54 100644 --- a/src/fix_ave_correlate.cpp +++ b/src/fix_ave_correlate.cpp @@ -17,7 +17,6 @@ Reese Jones (Sandia) ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_correlate.h" diff --git a/src/fix_ave_histo.cpp b/src/fix_ave_histo.cpp index 5bfdc64f27..7dd5a1f6d7 100644 --- a/src/fix_ave_histo.cpp +++ b/src/fix_ave_histo.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_histo.h" diff --git a/src/fix_ave_spatial.cpp b/src/fix_ave_spatial.cpp index 7360818982..51e91a47f3 100644 --- a/src/fix_ave_spatial.cpp +++ b/src/fix_ave_spatial.cpp @@ -15,7 +15,6 @@ Contributing author: Pieter in 't Veld (SNL) ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_spatial.h" diff --git a/src/fix_ave_time.cpp b/src/fix_ave_time.cpp index 080722f251..12e779cc64 100644 --- a/src/fix_ave_time.cpp +++ b/src/fix_ave_time.cpp @@ -15,7 +15,6 @@ Contributing author: Pieter in 't Veld (SNL) ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "fix_ave_time.h" diff --git a/src/force.cpp b/src/force.cpp index 5090460e94..98a972dd71 100644 --- a/src/force.cpp +++ b/src/force.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "ctype.h" diff --git a/src/integrate.cpp b/src/integrate.cpp index 8406f99549..3343337185 100644 --- a/src/integrate.cpp +++ b/src/integrate.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "integrate.h" #include "update.h" diff --git a/src/memory.cpp b/src/memory.cpp index e4db1713e4..f56b4bdcd3 100644 --- a/src/memory.cpp +++ b/src/memory.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdio.h" #include "stdlib.h" #include "string.h" diff --git a/src/min.cpp b/src/min.cpp index 4c17940e26..48e297b3fa 100644 --- a/src/min.cpp +++ b/src/min.cpp @@ -19,7 +19,6 @@ JR Shewchuk, http://www-2.cs.cmu.edu/~jrs/jrspapers.html#cg ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "math.h" #include "stdlib.h" #include "string.h" diff --git a/src/minimize.cpp b/src/minimize.cpp index d744f8602c..4e3fc4da1e 100644 --- a/src/minimize.cpp +++ b/src/minimize.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "minimize.h" #include "domain.h" diff --git a/src/modify.cpp b/src/modify.cpp index 688154f5ef..b5713a5b2c 100644 --- a/src/modify.cpp +++ b/src/modify.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdio.h" #include "string.h" #include "modify.h" diff --git a/src/neigh_bond.cpp b/src/neigh_bond.cpp index 20933badea..dd307bd670 100644 --- a/src/neigh_bond.cpp +++ b/src/neigh_bond.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "neighbor.h" #include "atom.h" #include "force.h" diff --git a/src/neigh_list.cpp b/src/neigh_list.cpp index 02a30e6205..a70b626f7f 100644 --- a/src/neigh_list.cpp +++ b/src/neigh_list.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "neigh_list.h" #include "atom.h" #include "comm.h" diff --git a/src/replicate.cpp b/src/replicate.cpp index 9c84a9733c..036c7ca101 100644 --- a/src/replicate.cpp +++ b/src/replicate.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "replicate.h" diff --git a/src/run.cpp b/src/run.cpp index 4c2b5b31ac..6ec64fe174 100644 --- a/src/run.cpp +++ b/src/run.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "stdlib.h" #include "string.h" #include "run.h" diff --git a/src/update.cpp b/src/update.cpp index ef08c5d6d1..fbce7aef3d 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -11,7 +11,6 @@ See the README file in the top-level LAMMPS directory. ------------------------------------------------------------------------- */ -//#include "lmptype.h" #include "string.h" #include "stdlib.h" #include "update.h" -- GitLab