git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12136 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2014-06-14 21:45:07 +00:00
parent 1ad73fec90
commit bbcb4b2009
4 changed files with 8 additions and 2 deletions

View File

@ -41,6 +41,9 @@ simulation. The file can be ASCII text or a gzipped text file
(detected by a .gz suffix). This is one of 3 ways to specify initial
atom coordinates; see the <A HREF = "read_restart.html">read_restart</A> and
<A HREF = "create_atoms.html">create_atoms</A> commands for alternative methods.
Also see the explanation of the <A HREF = "Section_start.html#start_7">-restart command-line
switch</A> which can convert a restart file to
a data file.
</P>
<P>The structure of the data file is important, though many settings and
sections are optional or can come in any order. See the examples

View File

@ -35,6 +35,9 @@ simulation. The file can be ASCII text or a gzipped text file
(detected by a .gz suffix). This is one of 3 ways to specify initial
atom coordinates; see the "read_restart"_read_restart.html and
"create_atoms"_create_atoms.html commands for alternative methods.
Also see the explanation of the "-restart command-line
switch"_Section_start.html#start_7 which can convert a restart file to
a data file.
The structure of the data file is important, though many settings and
sections are optional or can come in any order. See the examples

View File

@ -84,7 +84,7 @@ produced the restart file, it could be a LAMMPS bug, so consider
wrong.
</P>
<P>Because restart files are binary, they may not be portable to other
machines. In this case, you can use the <A HREF = "Section_start.html#start_7">-r command-line
machines. In this case, you can use the <A HREF = "Section_start.html#start_7">-restart command-line
switch</A> to convert a restart file to a data
file.
</P>

View File

@ -80,7 +80,7 @@ produced the restart file, it could be a LAMMPS bug, so consider
wrong.
Because restart files are binary, they may not be portable to other
machines. In this case, you can use the "-r command-line
machines. In this case, you can use the "-restart command-line
switch"_Section_start.html#start_7 to convert a restart file to a data
file.