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

This commit is contained in:
sjplimp
2013-04-03 17:06:31 +00:00
parent cbc01e5758
commit 984b4c962b
10 changed files with 175 additions and 7 deletions

View File

@ -398,6 +398,13 @@ These tools were written by Aidan Thompson at Sandia.
restart2data tool :h4,link(restart)
IMPORTANT NOTE: LAMMPS now has a "write_data"_write_data.html command,
which can create a data file from within an input script. This means
a two line input script can read a restart file, and write it as a
data file. When the write_data command is fully functional, the
restart2data tool will be obsolete, and will be retired from the
distribution.
The file restart2data.cpp converts a binary LAMMPS restart file into
an ASCII data file. The syntax for running the tool is