From 02a59d28df652fc73df12e4b3d720eb7e99967bb Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 25 Nov 2013 17:01:04 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11062 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/Section_start.html | 9 +++++++-- doc/Section_start.txt | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/doc/Section_start.html b/doc/Section_start.html index 887b950630..517f937fd9 100644 --- a/doc/Section_start.html +++ b/doc/Section_start.html @@ -1139,14 +1139,14 @@ sub-directory (-pscreen replica_files/screen). If this option is not used the screen file for partition N is screen.N or whatever is specified by the -screen command-line option.

-
-restart restartfile datafile 
+
-restart restartfile datafile options 
 

Convert the restart file into a data file and immediately exit. This is the same operation as if the following 2-line input script were run:

read_restart restartfile
-write_data datafile 
+write_data datafile options 
 

Note that the specified restartfile and datafile can have wild-card characters ("*",%") as described by the @@ -1154,6 +1154,11 @@ characters ("*",%") as described by the commands. But a filename such as file.* will need to be enclosed in quotes to avoid shell expansion of the "*" character.

+

Also note that following datafile, the same optional keywords can be +listed as used by the write_data command. Currently +this is just ii or ij, which affects the format in which pair +coefficients are written out to the data file. +

-reorder nth N
 -reorder custom filename 
 
diff --git a/doc/Section_start.txt b/doc/Section_start.txt index f3e1bc778d..a85142c561 100644 --- a/doc/Section_start.txt +++ b/doc/Section_start.txt @@ -1130,14 +1130,14 @@ sub-directory (-pscreen replica_files/screen). If this option is not used the screen file for partition N is screen.N or whatever is specified by the -screen command-line option. --restart restartfile datafile :pre +-restart restartfile datafile options :pre Convert the restart file into a data file and immediately exit. This is the same operation as if the following 2-line input script were run: read_restart restartfile -write_data datafile :pre +write_data datafile options :pre Note that the specified restartfile and datafile can have wild-card characters ("*",%") as described by the @@ -1145,6 +1145,11 @@ characters ("*",%") as described by the commands. But a filename such as file.* will need to be enclosed in quotes to avoid shell expansion of the "*" character. +Also note that following datafile, the same optional keywords can be +listed as used by the "write_data"_write_data.html command. Currently +this is just {ii} or {ij}, which affects the format in which pair +coefficients are written out to the data file. + -reorder nth N -reorder custom filename :pre