Unverified Commit c2dc624e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

update packages USER-SPH, USER-SMTBQ, USER-SDPD, USER-TALLY, USER-UEF, USER-YAFF

parent 06dcc9e2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -18,9 +18,8 @@
    references: Espanol and Revenga, Phys Rev E 67, 026705 (2003)
------------------------------------------------------------------------- */

#include <cmath>
#include <cstdlib>
#include "pair_sdpd_taitwater_isothermal.h"
#include <cmath>
#include "atom.h"
#include "force.h"
#include "comm.h"
+3 −4
Original line number Diff line number Diff line
@@ -38,25 +38,24 @@
   <http://www.gnu.org/licenses/>.
   ------------------------------------------------------------------------- */

#include "pair_smtbq.h"
#include <mpi.h>
#include <cmath>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <vector>
#include "pair_smtbq.h"
#include "atom.h"
#include "comm.h"
#include "force.h"
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "group.h"
#include "update.h"
#include "math_const.h"
#include "math_special.h"
#include "memory.h"
#include "error.h"
#include "domain.h"

#include <fstream>
#include <iomanip>
+1 −2
Original line number Diff line number Diff line
@@ -11,13 +11,12 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "compute_meso_e_atom.h"
#include <cstring>
#include "atom.h"
#include "update.h"
#include "modify.h"
#include "comm.h"
#include "force.h"
#include "memory.h"
#include "error.h"

+1 −2
Original line number Diff line number Diff line
@@ -11,13 +11,12 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "compute_meso_rho_atom.h"
#include <cstring>
#include "atom.h"
#include "update.h"
#include "modify.h"
#include "comm.h"
#include "force.h"
#include "memory.h"
#include "error.h"

+1 −2
Original line number Diff line number Diff line
@@ -11,13 +11,12 @@
   See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */

#include <cstring>
#include "compute_meso_t_atom.h"
#include <cstring>
#include "atom.h"
#include "update.h"
#include "modify.h"
#include "comm.h"
#include "force.h"
#include "memory.h"
#include "error.h"

Loading