diff --git a/doc/Section_howto.html b/doc/Section_howto.html index 21994ed9a3..06b8cf6974 100644 --- a/doc/Section_howto.html +++ b/doc/Section_howto.html @@ -1849,10 +1849,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 *); +void lammps_open(int, char **, MPI_Comm, void **) +void lammps_close(void *) +void lammps_file(void *, char *) +char *lammps_command(void *, char *)The lammps_open() function is used to initialize LAMMPS, passing in a list of strings as if they were command-line diff --git a/doc/Section_howto.txt b/doc/Section_howto.txt index 5480516e5c..21f4d2628d 100644 --- a/doc/Section_howto.txt +++ b/doc/Section_howto.txt @@ -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