more edits to C library chapter

This commit is contained in:
Steve Plimpton
2020-10-01 10:50:33 -06:00
parent 9efcaf2d61
commit 343b24dd5e
6 changed files with 43 additions and 35 deletions

View File

@ -1,8 +1,8 @@
Retrieving or setting properties of LAMMPS objects
==================================================
This section documents accessing or modifying data from objects like
computes, fixes, or variables in LAMMPS using following functions:
This section documents accessing or modifying data stored by computes,
fixes, or variables in LAMMPS using the following functions:
- :cpp:func:`lammps_extract_compute`
- :cpp:func:`lammps_extract_fix`