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

This commit is contained in:
sjplimp 2014-03-18 22:19:25 +00:00
parent d0ac3fb771
commit 760ea47603
2 changed files with 8 additions and 8 deletions

View File

@ -1849,10 +1849,10 @@ application.
</P>
<P>Library.cpp contains these 4 functions:
</P>
<PRE>void lammps_open(int, char **, MPI_Comm, void **);
void lammps_close(void *);
void lammps_file(void *, char *);
char *lammps_command(void *, char *);
<PRE>void lammps_open(int, char **, MPI_Comm, void **)
void lammps_close(void *)
void lammps_file(void *, char *)
char *lammps_command(void *, char *)
</PRE>
<P>The lammps_open() function is used to initialize LAMMPS, passing in a
list of strings as if they were <A HREF = "Section_start.html#start_7">command-line

View File

@ -1836,10 +1836,10 @@ application.
Library.cpp contains these 4 functions:
void lammps_open(int, char **, MPI_Comm, void **);
void lammps_close(void *);
void lammps_file(void *, char *);
char *lammps_command(void *, char *); :pre
void lammps_open(int, char **, MPI_Comm, void **)
void lammps_close(void *)
void lammps_file(void *, char *)
char *lammps_command(void *, char *) :pre
The lammps_open() function is used to initialize LAMMPS, passing in a
list of strings as if they were "command-line