Commit 2b964609 authored by Steve Plimpton's avatar Steve Plimpton
Browse files

Merge branch 'master' of github.com:lammps/lammps

parents f58088ae 21893539
Loading
Loading
Loading
Loading
−2.34 KiB (26.3 KiB)
Loading image diff...
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ $$
$$

$$
  v(t+\Delta t) = v(t+\frac{\Delta t}{2}) + \frac{\Delta t}{2}\cdot a(t++\Delta t),
  v(t+\Delta t) = v(t+\frac{\Delta t}{2}) + \frac{\Delta t}{2}\cdot a(t+\Delta t)
$$

\end{document}
+4 −0
Original line number Diff line number Diff line
@@ -22,6 +22,10 @@
#include "neighbor.h"
#include "neigh_list.h"
#include "neigh_request.h"
#include "nbin.h"
#include "nstencil.h"
#include "npair.h"
#include "ntopo.h"
#include "style_nbin.h"
#include "style_nstencil.h"
#include "style_npair.h"