mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-28 22:25:48 -04:00
Documentation fix
This commit is contained in:
parent
a1bc9e027c
commit
d947bda4bb
1 changed files with 2 additions and 2 deletions
|
|
@ -94,7 +94,7 @@ To specify the file to be analyzed when the analysis module is
|
|||
invoked through a task directive
|
||||
|
||||
\begin{verbatim}
|
||||
file [<integer firstfile> <integer lastfile>] <string filename>
|
||||
file <string filename> [<integer firstfile> <integer lastfile>]
|
||||
\end{verbatim}
|
||||
|
||||
where {\rm filename} is an existing {\rm coo} or {\rm sco} trajectory file.
|
||||
|
|
@ -105,7 +105,7 @@ and the analysis will be performed on the series of files.
|
|||
For example,
|
||||
|
||||
\begin{verbatim}
|
||||
file 3 6 tr_md?.sco
|
||||
file tr_md?.sco 3 6
|
||||
\end{verbatim}
|
||||
|
||||
will instruct the analysis to be performed on files {\it tr\_md003.sco},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue