From 760ea47603f7ab3363fcd0c9eb4575ba27c8ff6f Mon Sep 17 00:00:00 2001
From: sjplimp
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