Add DEM kernel to parameter options

Signed-off-by: Rafael Ravedutti <rafaelravedutti@gmail.com>
This commit is contained in:
Rafael Ravedutti
2022-07-07 00:47:38 +02:00
parent 79483a446e
commit 9ffc09f497
4 changed files with 31 additions and 29 deletions

View File

@@ -44,6 +44,7 @@
#define FF_LJ 0
#define FF_EAM 1
#define FF_DEM 2
extern double myrandom(int*);
extern void random_reset(int *seed, int ibase, double *coord);