correct table formatting

This commit is contained in:
Axel Kohlmeyer
2023-10-17 20:52:13 -04:00
parent ea69d77b79
commit 4c980eec91

View File

@ -1183,7 +1183,7 @@ table:
+--------+------------+------------------------------------------+
| vector | c_ID | global vector |
| vector | c_ID[I] | column of global array |
---------+------------+------------------------------------------+
+--------+------------+------------------------------------------+
| atom | c_ID | per-atom vector |
| atom | c_ID[I] | column of per-atom array |
+--------+------------+------------------------------------------+
@ -1247,7 +1247,7 @@ and atom-style variables are listed in the following table:
+--------+------------+------------------------------------------+
| vector | f_ID | global vector |
| vector | f_ID[I] | column of global array |
---------+------------+------------------------------------------+
+--------+------------+------------------------------------------+
| atom | f_ID | per-atom vector |
| atom | f_ID[I] | column of per-atom array |
+--------+------------+------------------------------------------+