git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12474 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-09-10 19:39:31 +00:00
parent ea08246205
commit 58a11d6bc2
5 changed files with 51 additions and 11 deletions

View File

@ -54,7 +54,7 @@ class LAMMPS {
LAMMPS(int, char **, MPI_Comm);
~LAMMPS();
void create();
void post_create();
void post_create(int, int *, int *, char **);
void init();
void destroy();