More doc files, misc clean ups

This commit is contained in:
jtclemm
2024-04-10 09:47:55 -06:00
parent c63c1856ec
commit 5383bd2613
20 changed files with 187 additions and 964 deletions

View File

@ -19,6 +19,7 @@
#include "fix_rheo.h"
#include "atom.h"
#include "citeme.h"
#include "compute_rheo_grad.h"
#include "compute_rheo_interface.h"
#include "compute_rheo_surface.h"
@ -37,6 +38,9 @@ using namespace LAMMPS_NS;
using namespace RHEO_NS;
using namespace FixConst;
static const char cite_rheo[] =
"TBD\n\n";
/* ---------------------------------------------------------------------- */
FixRHEO::FixRHEO(LAMMPS *lmp, int narg, char **arg) :
@ -137,6 +141,8 @@ FixRHEO::FixRHEO(LAMMPS *lmp, int narg, char **arg) :
}
iarg += 1;
}
if (lmp->citeme) lmp->citeme->add(cite_rheo);
}
/* ---------------------------------------------------------------------- */