update section headlines

This commit is contained in:
Axel Kohlmeyer
2020-10-08 10:32:02 -04:00
parent a89741f7f6
commit 677e8afdc5
3 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Extending the Library interface
===============================
Extending the C API
===================
The functionality of the LAMMPS library interface has historically
been motivated by the needs of its users. Functions have been added

View File

@ -1,5 +1,5 @@
Retrieving or setting properties of LAMMPS objects
==================================================
Compute, fixes, variables
=========================
This section documents accessing or modifying data stored by computes,
fixes, or variables in LAMMPS using the following functions:

View File

@ -1,5 +1,5 @@
Per-atom scatter/gather operations
==================================
Scatter/gather operations
=========================
This section has functions which gather per-atom data from one or more
processors into a contiguous global list ordered by atom ID. The same