git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11256 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -11,6 +11,10 @@
|
||||
See the README file in the top-level LAMMPS directory.
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "string.h"
|
||||
#include "stdlib.h"
|
||||
#include "fix_gpu.h"
|
||||
|
||||
@ -17,6 +17,10 @@
|
||||
Kurt Anderson (anderk5@rpi.edu)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "mpi.h"
|
||||
#include "math.h"
|
||||
#include "stdio.h"
|
||||
|
||||
@ -15,6 +15,10 @@
|
||||
Contributing author: Aidan Thompson (Sandia)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "stdlib.h"
|
||||
#include "string.h"
|
||||
#include "fix_reax_bonds.h"
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "mpi.h"
|
||||
#include "lammps.h"
|
||||
|
||||
@ -15,6 +15,10 @@
|
||||
Contributing author (triclinic) : Pieter in 't Veld (SNL)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "mpi.h"
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
|
||||
@ -47,6 +47,10 @@ negotiate an appropriate license for such distribution."
|
||||
Justin Gullingsrud, and James Phillips, (TCBG, Beckman Institute, UIUC)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "fix_imd.h"
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
|
||||
@ -15,6 +15,10 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
@ -16,6 +16,10 @@
|
||||
Contributing author: Axel Kohlmeyer (Temple U)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "error.h"
|
||||
|
||||
@ -23,6 +23,10 @@
|
||||
konglt@sjtu.edu.cn; konglt@gmail.com
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "string.h"
|
||||
#include "fix_phonon.h"
|
||||
#include "atom.h"
|
||||
|
||||
@ -16,6 +16,10 @@
|
||||
(now at Lawrence Berkeley National Laboratory, hmaktulga@lbl.gov)
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#ifdef LAMMPS_BIGBIG
|
||||
#error LAMMPS_BIGBIG not supported by this file
|
||||
#endif
|
||||
|
||||
#include "math.h"
|
||||
#include "stdio.h"
|
||||
#include "stdlib.h"
|
||||
|
||||
Reference in New Issue
Block a user