add first list of publications skimmed off the LAMMPS homepage

This commit is contained in:
Axel Kohlmeyer
2013-07-02 16:52:59 +02:00
parent dc82495685
commit 873b9fe14d
21 changed files with 152 additions and 9 deletions

View File

@ -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);
}
/* ---------------------------------------------------------------------- */