From 1956d93af9a5f4d0ad151580d329d45d21b37344 Mon Sep 17 00:00:00 2001 From: "Steven J. Plimpton" <sjplimp@singsing.sandia.gov> Date: Tue, 27 Mar 2018 09:58:53 -0600 Subject: [PATCH] doc tweak on added lib functions --- doc/src/Section_howto.txt | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/doc/src/Section_howto.txt b/doc/src/Section_howto.txt index af718a7538..2123bd947c 100644 --- a/doc/src/Section_howto.txt +++ b/doc/src/Section_howto.txt @@ -1861,9 +1861,10 @@ and C and Python codes which show how a driver code can link to LAMMPS as a library, run LAMMPS on a subset of processors, grab data from LAMMPS, change it, and put it back into LAMMPS. -library.cpp contains the following functions for creating and -destroying an instance of LAMMPS and sending it commands to execute. -See the documentation in the src/library.cpp file for details. +The file src/library.cpp contains the following functions for creating +and destroying an instance of LAMMPS and sending it commands to +execute. See the documentation in the src/library.cpp file for +details. NOTE: You can write code for additional functions as needed to define how your code talks to LAMMPS and add them to src/library.cpp and @@ -1943,9 +1944,9 @@ the library allocated previously via other function calls. See comments in src/library.cpp file for which other functions need this clean-up. -library.cpp also contains these functions for extracting information -from LAMMPS and setting value within LAMMPS. Again, see the -documentation in the src/library.cpp file for details, including +The file src/library.cpp also contains these functions for extracting +information from LAMMPS and setting value within LAMMPS. Again, see +the documentation in the src/library.cpp file for details, including which quantities can be queried by name: int lammps_extract_setting(void *, char *) -- GitLab