added new commands to doc pages, fixed a few missing entries as well

This commit is contained in:
Steve Plimpton
2018-11-12 17:23:15 -07:00
parent fe07ad279d
commit 0ca02b6f41
12 changed files with 30 additions and 15 deletions

View File

@ -11,9 +11,9 @@
See the README file in the top-level LAMMPS directory.
------------------------------------------------------------------------- */
#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <cmath.h>
#include <cstdlib.h>
#include <cstring.h>
#include "hyper.h"
#include "update.h"
#include "atom.h"