add first list of publications skimmed off the LAMMPS homepage
This commit is contained in:
@ -37,6 +37,7 @@
|
||||
#include "timer.h"
|
||||
#include "memory.h"
|
||||
#include "error.h"
|
||||
#include "citeme.h"
|
||||
|
||||
using namespace LAMMPS_NS;
|
||||
|
||||
@ -226,6 +227,8 @@ Respa::Respa(LAMMPS *lmp, int narg, char **arg) : Integrate(lmp, narg, arg)
|
||||
|
||||
newton = new int[nlevels];
|
||||
step = new double[nlevels];
|
||||
|
||||
citeme->add(CiteMe::PLIMPTON_1997);
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user