Adding missing header file
This commit is contained in:
@ -24,6 +24,7 @@
|
||||
#include "fix_mvv_dpd.h"
|
||||
|
||||
#include "atom.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "update.h"
|
||||
|
||||
@ -33,6 +33,7 @@
|
||||
#include "fix_mvv_edpd.h"
|
||||
|
||||
#include "atom.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "update.h"
|
||||
|
||||
@ -29,6 +29,7 @@
|
||||
#include "fix_mvv_tdpd.h"
|
||||
|
||||
#include "atom.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "update.h"
|
||||
|
||||
@ -29,11 +29,12 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "fix_rigid_meso.h"
|
||||
|
||||
#include "math_extra.h"
|
||||
#include "atom.h"
|
||||
#include "domain.h"
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
#include "memory.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
using namespace FixConst;
|
||||
|
||||
@ -24,15 +24,18 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "fix_smd_integrate_tlsph.h"
|
||||
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "pair.h"
|
||||
#include "update.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <Eigen/Eigen>
|
||||
#include "atom.h"
|
||||
#include "force.h"
|
||||
#include "update.h"
|
||||
#include "error.h"
|
||||
#include "pair.h"
|
||||
#include "comm.h"
|
||||
|
||||
using namespace Eigen;
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
@ -24,15 +24,18 @@
|
||||
------------------------------------------------------------------------- */
|
||||
|
||||
#include "fix_smd_integrate_ulsph.h"
|
||||
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "domain.h"
|
||||
#include "error.h"
|
||||
#include "force.h"
|
||||
#include "pair.h"
|
||||
#include "update.h"
|
||||
|
||||
#include <cmath>
|
||||
#include <cstring>
|
||||
#include <Eigen/Eigen>
|
||||
#include "atom.h"
|
||||
#include "comm.h"
|
||||
#include "force.h"
|
||||
#include "update.h"
|
||||
#include "error.h"
|
||||
#include "pair.h"
|
||||
|
||||
using namespace Eigen;
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
Reference in New Issue
Block a user