From 12f8834b806eefa86b72df95ca6b8abd8a6ab9d6 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 7 May 2019 19:26:57 -0400 Subject: [PATCH] correction of the incomplete implementation warning in write_coeff --- doc/src/write_coeff.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/src/write_coeff.txt b/doc/src/write_coeff.txt index 5dc4b331de..74d19b5c3d 100644 --- a/doc/src/write_coeff.txt +++ b/doc/src/write_coeff.txt @@ -26,11 +26,9 @@ coefficients in a way, that it can be read by LAMMPS with the option of "write_data"_write_data.html this can be used to move the Coeffs sections from a data file into a separate file. -NOTE: The write_coeff command is not yet fully implemented in two -respects. First, some pair styles do not yet write their coefficient -information into the coeff file. This means you will need to specify -that information in your input script that reads the data file, via -the "pair_coeff"_pair_coeff.html command. +NOTE: The write_coeff command is not yet fully implemented as +some pair styles do not output their coefficient information. +This means you will need to add/copy this information manually. :line