From 5fcdfe6dcbe6b94a40192830345ff52ff5fdd6a0 Mon Sep 17 00:00:00 2001
From: Axel Kohlmeyer <akohlmey@gmail.com>
Date: Fri, 15 Jun 2018 17:35:43 -0400
Subject: [PATCH] describe the use of wildcards for adapting ranges of bond
 types

---
 doc/src/fix_adapt.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/doc/src/fix_adapt.txt b/doc/src/fix_adapt.txt
index 19d1009b8a..7a34f2ff44 100644
--- a/doc/src/fix_adapt.txt
+++ b/doc/src/fix_adapt.txt
@@ -205,6 +205,14 @@ a bond coefficient over time, very similar to how the {pair} keyword
 operates. The only difference is that now a bond coefficient for a
 given bond type is adapted.
 
+A wild-card asterisk can be used in place of or in conjunction with
+the bond type argument to set the coefficients for multiple bond types.
+This takes the form "*" or "*n" or "n*" or "m*n".  If N = the number of
+atom types, then an asterisk with no numeric values means all types
+from 1 to N.  A leading asterisk means all types from 1 to n (inclusive).
+A trailing asterisk means all types from n to N (inclusive).  A middle
+asterisk means all types from m to n (inclusive).
+
 Currently {bond} does not support bond_style hybrid nor bond_style
 hybrid/overlay as bond styles. The only bonds that currently are
 working with fix_adapt are
-- 
GitLab