forked from lijiext/lammps
Merge branch 'master' of github.com:lammps/lammps
This commit is contained in:
commit
2b9646097c
Binary file not shown.
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 26 KiB |
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue